-
Notifications
You must be signed in to change notification settings - Fork 0
feat(build): adopt electron-vite for dev + build pipeline #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
CoderCoco
merged 24 commits into
main
from
claude/issue-144-feat-build-adopt-electron-vite-for-dev-build-pipel
Jun 3, 2026
Merged
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d90c517
build: add electron-vite devDependency at workspace root
CoderCoco 9019311
feat(desktop-main): add Electron app entry with BrowserWindow and IPC…
CoderCoco 56c44ca
test(desktop-main): add electron-entry unit tests for BrowserWindow a…
CoderCoco 51b108d
build: add electron.vite.config.ts with main/preload/renderer pipelines
CoderCoco 7f6d494
build: wire desktop:dev and desktop:build scripts; drop Epic A stubs
CoderCoco 16536dc
docs: document desktop:dev and desktop:build in CLAUDE.md
CoderCoco fedacee
fix(desktop-main): Glenn — surface bootstrap() rejection instead of s…
CoderCoco 211b8f8
fix(desktop-main): Haise — correct test descriptions to reflect modul…
CoderCoco e02f782
fix: regenerate package-lock.json with Node 24/npm 11 to include cros…
CoderCoco 49fdc3e
fix: tighten engines.node to match electron-vite@5 requirement
CoderCoco 1648270
ci: cache Playwright browsers in e2e and integration workflows
CoderCoco 917b645
chore: drop Node 20 support — require >=22.12.0
CoderCoco 2c8fc40
chore: remove commented-out Claude Actions workflows
CoderCoco 27b038e
ci: split Playwright install into deps + binary steps with timeouts
CoderCoco a3698ca
ci: use system Chrome instead of downloading Chromium in CI
CoderCoco ba3b1d9
ci: add timeout-minutes: 5 to install-deps step
CoderCoco 93314d4
ci: install Playwright ffmpeg for video capture on test failure
CoderCoco b132b30
ci: disable video recording in CI; remove ffmpeg install step
CoderCoco 81f6126
fix(desktop-main): lazy-load electron-store to avoid requiring electr…
CoderCoco 18b774d
fix(build): address Copilot review — correct electron-vite script pat…
CoderCoco 850bdb6
fix(desktop-main): use module-level import type for electron-store cast
CoderCoco d2d8ca3
fix(desktop-main): handle loadURL/loadFile rejection in createWindow
CoderCoco 6d72d3b
fix(build): use dynamic import for electron-store; anchor config path…
CoderCoco 0414342
docs(CLAUDE.md): clarify that desktop:build produces the Electron bundle
CoderCoco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.