Compareware/src/components
ryan a02fcabe19 fix(editable cells): enhance EditableCell component with editing toggle and Rc for on_input
- Replaced `on_input` function with `Rc<dyn Fn(String)>` to enable cloning and safe usage in closures.
- Introduced `is_editing` signal to manage toggling between display and input modes.
- Added a persistent default key reference to avoid unnecessary updates.
- Improved focus and blur handling for better state management.
- Wrapped input and display logic in a dynamic `cell_view` function for cleaner separation.
2024-12-31 00:39:31 +03:00
..
editable_cell.rs fix(editable cells): enhance EditableCell component with editing toggle and Rc for on_input 2024-12-31 00:39:31 +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 fix(editable cells): enhance EditableCell component with editing toggle and Rc for on_input 2024-12-31 00:39:31 +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