Compareware/src
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
..
components fix(editable cells): enhance EditableCell component with editing toggle and Rc for on_input 2024-12-31 00:39:31 +03:00
models feat(items): integrate Wikidata API for external data enrichment 2024-12-18 21:49:26 +03:00
app.rs feat(list): Add initial empty row and auto-add new row on editing last row 2024-12-24 15:26:52 +03:00
lib.rs feat(nostr): integrate nostr 2024-12-10 22:28:38 +03:00
main.rs feat: update leptos to newest version 2024-12-06 14:45:14 +03:00
nostr.rs test(nostr): add log messages 2024-12-16 13:31:11 +03:00