mirivlad
|
5c9ae7f93b
|
feat: add workspace/cases core capability
|
2026-06-17 12:22:52 +08:00 |
mirivlad
|
6eecf5d005
|
fix: OpenVault now looks for vault.json inside VerstakVault/ subdirectory
|
2026-06-17 10:10:39 +08:00 |
mirivlad
|
252d075f9b
|
fix: register OnStartup callback for Wails context initialization
|
2026-06-17 09:44:23 +08:00 |
mirivlad
|
ffb3446cc3
|
feat: native directory picker for vault selection
|
2026-06-17 09:13:09 +08:00 |
mirivlad
|
dd199f38ee
|
fix: remove legacy config migration — new Verstak starts clean
|
2026-06-17 08:56:17 +08:00 |
mirivlad
|
e9758ec1b5
|
feat: add legacy config migration + test
|
2026-06-17 08:23:25 +08:00 |
mirivlad
|
7530e21dfd
|
feat: ui completion — VaultSelection, Sidebar navigation, layout fixes
|
2026-06-17 07:28:00 +08:00 |
mirivlad
|
d72ebeb7ec
|
fix: PluginManager — proper await with real Wails imports; no dead code, no safety timer
|
2026-06-16 15:39:30 +08:00 |
mirivlad
|
1d20b833f2
|
hotfix: PluginManager infinite loading
Root cause: Wails v2 + webkit2gtk-4.1 production bridge deadlock.
await window.go.api.App.Xxx() deadlocks the JS event loop — Promise
never settles, finally never runs, loading=true forever.
Fix:
- Replace await with .then() + fallback to window.runtime.Call()
- Separated GetPlugins/GetCapabilities/GetPermissions (no Promise.all)
- Safety timer: force loading=false after 10s regardless of bridge
- All UI states: loading → error (with retry) → empty/list + badges
- Go: tilde expansion (~/.config/verstak/plugins → /home/mirivlad/...)
- Go: diagnostic logging in DiscoverPlugins + API methods
- Tests: 11 headless Go tests for DiscoverPlugins
|
2026-06-16 14:51:31 +08:00 |
mirivlad
|
3c613f0e44
|
hotfix: plugin manager infinite loading
- frontend: RPC timeout (8s), try/catch/finally on reload, proper UI
states (loading/error/empty/list)
- frontend: reload() now sets loading=true, catches errors
- backend: tilde expansion (~/.config/verstak/plugins → /home/mirivlad/...)
- backend: ReloadPlugins returns diagnostics (count, summary string)
- backend: diagnostic logging in DiscoverPlugins (start/dirs/entries/results)
- backend: FormatDiscoverySummary helper
- testing: 11 headless tests for DiscoverPlugins (empty, missing, valid,
broken JSON, duplicate ID, multiple dirs, nonexistent mix)
|
2026-06-16 13:52:49 +08:00 |
mirivlad
|
e39e249556
|
fix: auto-detect webkit2gtk-4.1 with -tags webkit2_41, show binary path
|
2026-06-16 13:38:51 +08:00 |