Compware/src
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
..
components refactor(formlist): streamline ItemsList component and clean up unused code 2024-12-30 16:10:13 +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