Jokul
09b86e3d45
feat: optimize key list with list/tree views
...
- Add list view (flat) and tree view (hierarchical)
- Tree view shows folder expand/collapse with key count
- Add view mode toggle button
- Add i18n support for all key list text
2026-07-04 23:17:51 +08:00
Jokul
e5ef0242d8
feat: add i18n to status bar
2026-07-04 23:04:25 +08:00
Jokul
24a12732ae
feat: add i18n to connection list and dialog
2026-07-04 23:00:35 +08:00
Jokul
97795866d0
fix: make i18n reactive to language changes
2026-07-04 22:54:27 +08:00
Jokul
3b402771d5
fix: i18n, password edit, and key count issues
...
- Add i18n to all components (zh-CN/en)
- Fix password not showing when editing connection
- Fix key count showing 0 by adding getInfo function
2026-07-04 22:26:32 +08:00
Jokul
bdcf4fe299
refactor: restructure project layout
...
- Move main process to electron/main/
- Move preload to electron/preload/
- Add shared types in electron/shared/
- Split redis-service into modular redis/ directory
- Flatten renderer to src/ (remove src/renderer/ nesting)
- Update electron.vite.config.ts paths
- Update tsconfig paths
- Output to electron-dist/
2026-07-04 21:12:50 +08:00