Compware/src
ryan 76f5636071 fix(ItemsList): scope Wikidata suggestions to focused cell
- Modified `fetch_wikidata_suggestions` to accept a `key` parameter, tying suggestions to specific cells.
- Updated state to use `HashMap<String, Vec<WikidataSuggestion>>` for per-cell suggestion storage.
- Adjusted rendering logic to only display suggestions for the currently focused cell.
2025-01-07 15:52:25 +03:00
..
components fix(ItemsList): scope Wikidata suggestions to focused cell 2025-01-07 15:52:25 +03:00
models feat(items-list): enable dynamic custom properties 2025-01-03 14:15:17 +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