mirivlad
|
963049add3
|
fix: localize shell operation errors
|
2026-07-14 22:00:24 +08:00 |
mirivlad
|
7f0cc308c2
|
feat: add Russian desktop localization
|
2026-07-11 12:50:00 +08:00 |
mirivlad
|
5b4c792de5
|
Polish desktop workbench UI
|
2026-07-02 00:49:29 +08:00 |
mirivlad
|
46f754cc2d
|
feat: workspace routing, GlobalSearch, and shell refinements
- Add workspace-aware startup routing (openDefaultWorkspaceRoute)
- Add GlobalSearch component and workspace-empty state
- Refactor Sidebar, StatusBar, WorkspaceTree, VaultSelection
- Update PluginCard/PluginManager UI
- Extend e2e coverage (ux-p0, ux-followup, helpers)
- Add ListWorkspaces/SetCurrentWorkspace backend bindings
|
2026-06-30 12:32:04 +08:00 |
mirivlad
|
5c979174f1
|
fix: polish workspace files and editor shell
|
2026-06-19 23:37:10 +08:00 |
mirivlad
|
6d2f7858eb
|
fix: replace emoji icons with inline SVG (Icon.svelte + icons.js)
All emoji characters replaced with inline SVG icons:
- Plugin Manager sidebar: puzzle SVG icon
- Verstak logo: stack/tray SVG icon
- Plugin icons: flask SVG (from plugin manifest)
- Warning/error indicators: warning triangle SVG
- Settings button: gear SVG
- Vault recent: vault/shield SVG
- Fallback: dot SVG
New components:
- frontend/src/lib/ui/icons.js — SVG path map
- frontend/src/lib/ui/Icon.svelte — reusable SVG icon component
Icon policy: NO emoji or unicode pictographic symbols in the app.
Only SVG icons registered in icons.js are allowed.
Wails WebKitGTK does not render colour emoji.
|
2026-06-17 19:02:51 +08:00 |
mirivlad
|
ffb3446cc3
|
feat: native directory picker for vault selection
|
2026-06-17 09:13:09 +08:00 |
mirivlad
|
7530e21dfd
|
feat: ui completion — VaultSelection, Sidebar navigation, layout fixes
|
2026-06-17 07:28:00 +08:00 |
mirivlad
|
a6f9e85f13
|
feat(m4b): add vault selection UI, enable/disable toggle, missing-installed UI
- Add VaultSelection.svelte: first-run vault create/open/recent UI
- Update App.svelte: vault check on startup, show VaultSelection when needed
- Update PluginCard.svelte: enable/disable buttons, vault state awareness
- Update PluginManager.svelte: enable/disable handlers, missing-installed section
- Add SetCurrentVault Wails API binding
- Add RecordDesiredPlugin Wails API binding
- Record desired plugins on discovery (only when vault open)
- Fix addRecent: remove duplicate sort, clean up unused import
- Update smoke-platform.sh: enable/disable lifecycle test
- Add runEnableDisableTest: vault create/open, disable/enable, plugins.json verify
|
2026-06-17 04:19:13 +08:00 |