Skip to content

Version 1.20260813.0 - #552

Merged
agarny merged 3 commits into
opencor:mainfrom
agarny:cleaning-up
Aug 12, 2026
Merged

Version 1.20260813.0#552
agarny merged 3 commits into
opencor:mainfrom
agarny:cleaning-up

Conversation

@agarny

Copy link
Copy Markdown
Contributor

No description provided.

CopilotAI lite review requested due to automatic review settings August 12, 2026 13:01

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 @wheel handling in ViewSwitcherComponent to switch between views via mouse wheel.
  • Make activeViewId non-optional in the view switcher props and viewRegistry.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
FileDescription
src/renderer/src/components/ViewSwitcherComponent.vueAdds wheel-based view switching and adjusts prop typing.
src/renderer/src/common/viewRegistry.tsTightens resolve() parameter type to required string.
src/renderer/package.jsonBumps renderer package version.
package.jsonBumps root package version and updates Electron dependency.
bun.lockUpdates 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.

Comment threadsrc/renderer/src/components/ViewSwitcherComponent.vue
Comment threadsrc/renderer/src/components/ViewSwitcherComponent.vue
@agarny
agarny merged commit 3c596ea into opencor:mainAug 12, 2026
9 checks passed
@agarny
agarny deleted the cleaning-up branch August 12, 2026 13:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@agarny