Compware/src/components
Ryan Mwangi da720a48d3 refactor(item_list): Refactor ItemsList component to improve readability and reuse.
- Extracted item selection toggle logic into a dedicated `toggle_selection` function.
- Simplified access to item properties in views by using references (`&`).
- Improved code clarity and maintainability by reducing inline complexity.
2024-12-18 16:00:40 +03:00
..
item_form.rs feat(form): add form validation for name and description fields 2024-12-18 14:52:30 +03:00
items_list.rs refactor(item_list): Refactor ItemsList component to improve readability and reuse. 2024-12-18 16:00:40 +03:00
mod.rs fix(reviews): handle reviews on the same form as the other items 2024-12-17 13:06:25 +03:00