verstak/cmd/verstak-gui/frontend-dist/assets
mirivlad db961ff0c3 feat: internal verstak:// link navigation (case/note/file)
1. handleVerstakLink now performs real navigation:
   - case/<id>: GetNodeDetail → selectNode (selects node in tree)
   - note/<id>: GetNodeDetail → find parent → selectNode(parent) → setActiveTab('notes') → openNote
   - file/<id>: GetNodeDetail → find parent → selectNode(parent) → setActiveTab('files') → loadFolder → openPreview
   - secret/<id>: toast 'Seaf access not implemented'
   - missing ids: toast 'Not found'

2. Changed href from about:blank to # (safe, DOMPurify won't strip)
   e.preventDefault() in click handler prevents scroll-to-top

3. Added i18n keys: caseNotFound, noteNotFound, fileNotFound, fileFound

4. All existing tests pass, build OK
2026-06-15 12:27:59 +08:00
..
app-icons chore: move app icons into frontend assets 2026-06-05 12:25:47 +08:00
main-BuG9iGkd.js feat: internal verstak:// link navigation (case/note/file) 2026-06-15 12:27:59 +08:00
main-bQpH1es2.css feat: full Internal Link Picker with search and type filter 2026-06-15 09:57:11 +08:00