Version 1.20260813.0 - #552
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the app version to 1.20260813.0, updates Electron to ^43.4.0, and adds mouse-wheel-based navigation to the renderer’s view switcher (tightening activeViewId typing across the view registry APIs).
Changes:
- Add
@wheelhandling inViewSwitcherComponentto switch between views via mouse wheel. - Make
activeViewIdnon-optional in the view switcher props andviewRegistry.resolve()signature. - Bump package versions (root + renderer) and update Electron dependency/lockfile.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/renderer/src/components/ViewSwitcherComponent.vue | Adds wheel-based view switching and adjusts prop typing. |
| src/renderer/src/common/viewRegistry.ts | Tightens resolve() parameter type to required string. |
| src/renderer/package.json | Bumps renderer package version. |
| package.json | Bumps root package version and updates Electron dependency. |
| bun.lock | Updates lockfile entries for Electron and related dependencies. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.