verstak/cmd/verstak-gui/frontend-dist/assets
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
..
app-icons chore: move app icons into frontend assets 2026-06-05 12:25:47 +08:00
main-Bl-yCbt2.css refactor(frontend): extract FilesTab from App.svelte 2026-06-15 20:31:23 +08:00
main-C0D__Sxo.js fix(frontend): restore capture/drag overlay state vars 2026-06-15 17:46:10 +00:00