verstak/frontend/src
mirivlad 2b3de296b9 fix(frontend): restore capture/drag overlay state vars
Same class of bug as cd982f2: 9878ab4 (extract FilesTab) also
removed 'let' declarations for capture/drag-drop state that's still
used by the inbox capture flow and CaptureDropOverlay:

  captureDropActive, captureDropLabel, captureDragDepth,
  lastCaptureDragOverAt, captureDragResetTimer,
  dropRootValid, inboxDropValid

Without them, Svelte runtime throws ReferenceError on first render
('captureDropActive is not defined'), leaving the WebView empty.

Verified with headless render smoke: .app + .sidebar mount,
sidebar shows system views + workspace, welcome screen renders.

Rebuild embedded frontend bundle.
2026-06-15 17:46:10 +00:00
..
lib refactor(frontend): extract FilesTab from App.svelte 2026-06-15 20:31:23 +08:00
wailsjs/go/main fix: stabilize markdown notes — internal link modal, rename UI, trash integration 2026-06-15 09:19:26 +08:00
App.svelte fix(frontend): restore capture/drag overlay state vars 2026-06-15 17:46:10 +00:00
FileTreeRow.svelte fix: rename node not found, A11y warnings cleanup 2026-06-03 08:55:38 +08:00
TreeNode.svelte fix: rename node not found, A11y warnings cleanup 2026-06-03 08:55:38 +08:00
main.js gui: port frontend to Wails v2 2026-05-31 19:39:49 +08:00
vite-env.d.ts gui: add Wails v3 desktop app skeleton 2026-05-31 15:45:52 +08:00