Commit Graph

9 Commits

Author SHA1 Message Date
end 8ecae1dcac chore: remove legacy python backend stub
Drop stale backend-era comment from wav export. The Python backend and
backend/ directory were already removed; no further stub files remain.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 22:26:48 -07:00
end 57b35ffd08 chore(wails): wire embedded assets and build config
Use BundledAssetFileServer so production builds serve the Wails runtime
alongside the embedded frontend dist (including kbsim samples copied at
build time). Verified via wails3 task build.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 22:26:14 -07:00
end 45075b3328 feat(frontend): use Wails bindings for file I/O
Replace hidden file inputs and anchor downloads with native open/save
dialogs via a thin platform layer. WAV export sends base64 audio data to
the Go backend for writing to the user-chosen path.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 22:23:35 -07:00
end 3a5d9d849f feat(wails): add native file dialogs and video streaming
FileService exposes open/save dialogs for video, project JSON, and WAV
export. User-selected videos stream from disk at /localmedia/video with
range request support for seeking in the webview.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 22:22:37 -07:00
end 21a56e187e drop python backend layer 2026-06-09 00:42:41 -07:00
end 2bfa1e9269 preview speed control 2026-06-08 23:46:51 -07:00
end b5345f0345 use real sounds from kbsim 2026-06-08 23:34:32 -07:00
end 43e9d77de9 fix timeline select & playhead 2026-06-08 23:13:29 -07:00
end f6a6681e16 initial commit 2026-06-08 22:49:50 -07:00