Compware/src/components
ryan b84cd37c44 refactor(formlist): streamline ItemsList component and clean up unused code
- Removed unused imports, including `Element`, `Node`, and `ActiveCell` struct.
- Consolidated signal management for `active_cell_position` and `active_row_index`.
- Improved focus handling by adding a reusable `handle_focus` function.
- Optimized EditableCell's event handlers for better maintainability.
2024-12-30 16:10:13 +03:00
..
editable_cell.rs refactor(formlist): streamline ItemsList component and clean up unused code 2024-12-30 16:10:13 +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(formlist): streamline ItemsList component and clean up unused code 2024-12-30 16:10:13 +03:00
mod.rs feat(cells): make cells editable (debugging) 2024-12-20 18:24:20 +03:00
tag_editor.rs feat(autocomplete name): autofill name with wikidata suggestions 2024-12-23 17:56:34 +03:00
wikidata_lookup.rs feat(cells): make cells editable (debugging) 2024-12-20 18:24:20 +03:00