c0308306aeaa2a6a7f8c4a0b75d3f1029759f2f6
Task 16 of Phase 2 Remaining. Removes the three global-dictionary Tauri commands now that all frontend callers were migrated to the profile-scoped equivalents in Task 15: - list_dictionary_command - add_dictionary_entry_command - delete_dictionary_entry_command Also drops the DictionaryDto and its From<DictionaryEntry> impl (dead alongside the commands), plus the now-unused kon_storage imports (list_dictionary, add_dictionary_entry, delete_dictionary_entry, DictionaryEntry). The storage-layer functions and the dictionary table itself stay until Task 17 drops them. Codex verification point 5 cleared: zero frontend callers for the legacy commands (or their _cmd aliases) before deletion. cargo check -p kon: clean. cargo test --workspace: 40 passed; pre-existing ensure_x11_on_wayland doctest failure at src-tauri/src/lib.rs:77 unchanged.
Description
Languages
Rust
56.1%
Svelte
26.8%
TypeScript
7.8%
Shell
3.2%
HTML
2.4%
Other
3.7%