-
-
Notifications
You must be signed in to change notification settings - Fork 0
Add Electron desktop workspace app with Svelte UI and workflows #38
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
Merged
Changes from all commits
Commits
Show all changes
114 commits
Select commit
Hold shift + click to select a range
7efeea2
Initial plan
Copilot 32e196a
feat: add electron desktop workspace shell
Copilot 3096547
chore: drop generated desktop lockfile
Copilot 8ae4144
fix: harden desktop shell embedding
Copilot f9c939e
ci: wire desktop app into workflows
Copilot fe83c3f
chore: make desktop workflow installs reproducible
Copilot 8d2afbb
feat: add desktop self-update flow
Copilot 4cebd51
fix: polish desktop update UX
Copilot 33b44ce
fix: log startup update check failures
Copilot 73a9f98
docs: clarify windows desktop update packaging
Copilot 14fa046
fix: align desktop update controls
Copilot 6b5c281
refactor: reuse desktop update action state
Copilot 91cfba2
ci: add native desktop installer builds
Copilot 82c999c
chore: bump version metadata to 0.6.0
Copilot a3a0b66
fix: address desktop review feedback
Copilot d6b3951
fix: address latest desktop review feedback
Copilot cc7e4a7
fix: preserve desktop input focus while typing
Copilot 992a717
fix: render only active desktop view
Copilot 088907e
fix: address latest desktop review feedback
Copilot f5fbfc0
fix: address latest desktop review feedback
Copilot f131f12
fix: make release checksums wait for desktop artifacts
Copilot 6f725e8
fix: address latest desktop review feedback
Copilot a030c03
fix: address latest desktop review feedback
Copilot d0cd2fb
Update desktop/src/renderer.ts
JosunLP 750b568
Update README.md
JosunLP 0d9b8eb
Update README.md
JosunLP bae2997
fix: address latest desktop review feedback
Copilot 0f94b11
Changes before error encountered
Codex dc1d1af
Implement feature X to enhance user experience and optimize performance
JosunLP 1a0ecf2
chore: move desktop to bun and address review notes
Codex 5e91737
feat: update shared types and styles for desktop application
JosunLP 5ca5156
feat: add backend presets and save text file options to shared types
JosunLP 0867cfe
Add Tailwind CSS plugin to Vite configuration
JosunLP 78d7a1b
feat: enhance desktop UI with icons and improved layout
JosunLP e0a1612
Bump quinn-proto from 0.11.13 to 0.11.14
dependabot[bot] 675eb41
Merge pull request #27 from JosunLP/dependabot/cargo/quinn-proto-0.11.14
JosunLP a3d0cce
Merge branch 'development' into copilot/add-desktop-ui
JosunLP 5b3c0e8
refactor: completely rebuild desktop UI from bquery to Svelte with Ty…
Claude a5f657d
Fix desktop Bun CI installs
Copilot 258a1c6
Fix desktop review findings
Copilot e6f7492
Tighten desktop init and palette handling
Copilot 8f04915
Expand desktop navigation and native workflows
Copilot e176b48
Add Electron desktop workspace app with Svelte UI, native backend con…
Copilot 78c69c6
Fix desktop follow-up review comments
Copilot 088c3d4
Fix desktop runtime follow-up review comments
Copilot 0b71caf
Fix desktop toast timing and theme defaults
Copilot 820a486
Refine desktop default port handling
Copilot a31c30a
Stabilize desktop toast clearing
Copilot d14d7a6
Fix desktop backend args and accessibility
Copilot b49ae38
Fix desktop polling and accessibility followups
Copilot 46924a8
Clarify desktop polling backoff cap
Copilot 2a7b6fc
Fix desktop follow-up review comments
Copilot 4104575
Harden desktop analysis polling guard
Copilot b4eef8d
Fix desktop follow-up review points
Copilot fa876c9
Harden desktop IPC and a11y follow-ups
Copilot 54e2cb5
Tighten desktop parser and file allowlist
Copilot 8027139
Seal desktop file read checks
Copilot 871274e
Document desktop read token flow
Copilot 63438be
Update desktop/src/api-client.ts
JosunLP 3482253
Update .github/workflows/ci.yml
JosunLP 6edac9b
Fix desktop state sync and picker bounds
Copilot 2809239
Pin inferred Bun version in workflows
Copilot 21c7350
Fix desktop replay and release workflow follow-ups
Copilot 5dd3b13
Declare reactive board variables
Copilot a57d547
Fix desktop follow-up review comments
Copilot 62714b7
Polish desktop accessibility follow-ups
Copilot d699a07
Harden desktop shortcuts and release checksums
Copilot 9da005b
Apply latest desktop review fixes
Copilot 9890e3d
Fix desktop follow-up review comments
Copilot e58acbb
Fix desktop async state IO and refresh helpers
Copilot bc82016
Log unexpected desktop state load failures
Copilot 5b4b24c
Add context to desktop state save errors
Copilot 50e0f06
Potential fix for pull request finding
JosunLP 866bc8a
Potential fix for pull request finding
JosunLP 6a5325c
Potential fix for pull request finding
JosunLP 76860a7
Merge pull request #26 from JosunLP/copilot/add-desktop-ui
JosunLP 7bc9039
Bump quinn-proto from 0.11.13 to 0.11.14 (#28)
dependabot[bot] 07cd7fb
Bump rustls-webpki from 0.103.9 to 0.103.10 (#29)
dependabot[bot] 0b907e6
Simplify install/uninstall to single-line commands (#30)
Copilot 750eb80
Bump rustls-webpki from 0.103.9 to 0.103.10 (#32)
dependabot[bot] cf6b721
Bump quinn-proto from 0.11.13 to 0.11.14 (#31)
dependabot[bot] 6995d55
Unify install/uninstall into single cross-platform polyglot scripts (…
Copilot b773bf8
Updating Dependecies
JosunLP b7452b2
Optimize move sorting using `sort_unstable_by_key` for improved reada…
JosunLP d32a743
Bump version to 0.7.0 and update changelog with new features and tests
JosunLP 9e1248f
Merge branch 'main' into development
JosunLP 6f0e54d
fix remaining CodeRabbit review comments
Copilot 1dfa233
fix latest review follow-up comments
Copilot 27cecad
fix desktop api type drift and checksum glob duplication
Copilot 09d1fb9
fix desktop ci type regression
Copilot 616b9a3
fix latest desktop review follow-ups
Copilot cfcb476
refine desktop promotion follow-up
Copilot 725be50
finalize desktop review fixes
Copilot 75cd03c
polish promotion review fixes
Copilot 2df2853
fix latest desktop accessibility review comments
Copilot 320c933
refine desktop accessibility follow-up
Copilot 7867320
polish desktop accessibility fixes
Copilot 0751d88
finalize latest desktop review fixes
Copilot c3da9d4
wrap up desktop accessibility polish
Copilot 6652602
fix board parity and move timeline follow-up
Copilot 0d8994b
polish board timeline follow-up
Copilot fcd33f9
fix latest desktop follow-up review items
Copilot 31e6a09
fix windows arm64 installer asset fallback
Copilot d3e2042
fix bishop pair test and localhost url normalization
Copilot 913070e
refine bishop pair bonus coverage
Copilot 1b87df4
revert unrelated cargo lock update
Copilot d4416a4
fix desktop backend protocol validation
Copilot f07a47e
clarify desktop backend http validation
Copilot 81612f8
docs: prefer verified release installs
Copilot 74bb4b0
docs: clarify install version examples
Copilot 2675445
docs: make checksum tool requirement explicit
Copilot e43ff5f
docs: improve checksum tool guidance
Copilot 92a661a
docs: refine checksum tool message
Copilot 068b20d
docs: handle missing checksum entries
Copilot 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| name: Dependency Review | ||
|
|
||
| on: | ||
| pull_request: | ||
| branches: [main, development] | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| jobs: | ||
| dependency-review: | ||
| name: Dependency review | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - name: Review dependency changes | ||
| uses: actions/dependency-review-action@v4 | ||
| with: | ||
| fail-on-severity: high | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,3 +4,5 @@ | |
|
|
||
| */node_modules | ||
| */dist | ||
| */dist-electron | ||
| */release | ||
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.