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
..
2026-06-15 12:27:59 +08:00
2026-06-06 18:27:00 +08:00
2026-06-04 00:37:14 +08:00
2026-06-07 14:59:46 +08:00
2026-06-07 14:59:46 +08:00
2026-06-06 18:58:39 +08:00
2026-06-05 12:29:19 +08:00
2026-06-05 12:29:19 +08:00
2026-06-08 11:45:35 +08:00
2026-06-08 12:34:14 +08:00
2026-06-04 00:37:14 +08:00
2026-06-05 16:17:22 +08:00
2026-06-15 10:52:34 +08:00
2026-06-15 09:19:26 +08:00
2026-06-15 09:19:26 +08:00
2026-06-08 12:26:43 +08:00
2026-06-15 10:52:34 +08:00
2026-06-05 12:37:25 +08:00
2026-06-04 00:37:14 +08:00
2026-06-15 09:19:26 +08:00
2026-06-07 00:15:34 +08:00
2026-06-05 12:37:25 +08:00
2026-06-05 12:29:19 +08:00
2026-06-04 19:44:28 +08:00
2026-06-05 07:33:10 +08:00
2026-06-04 00:37:14 +08:00
2026-06-03 05:27:20 +08:00
2026-06-08 00:14:49 +08:00
2026-06-04 03:28:32 +08:00
2026-06-04 00:37:14 +08:00
2026-06-05 12:37:25 +08:00
2026-06-05 00:48:12 +08:00
2026-06-05 17:31:18 +08:00
2026-06-04 00:37:14 +08:00
2026-06-15 09:19:26 +08:00
2026-06-04 00:37:14 +08:00
2026-06-03 01:48:12 +08:00