Skip to content

Conversation

@agarny
Copy link
Contributor

@agarny agarny commented Jan 15, 2026

Fixes #299.

So that we can see when the major version of a package changes.
Copilot AI review requested due to automatic review settings January 15, 2026 12:24
Copy link

Copilot AI left a comment

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 adds support for multiple simulation runs in the interactive mode, allowing users to save and compare different parameter configurations. It also includes code style improvements (replacing explicit !== undefined checks with truthy checks) and updates several dependencies including Plotly, mathjs, and various development tools.

Changes:

  • Added interactive "Runs" feature with color customization, visibility toggles, and live updates control
  • Refactored graph panel data structures to support multiple traces with individual colors
  • Updated code style to use truthy checks instead of explicit undefined comparisons

Reviewed changes

Copilot reviewed 23 out of 25 changed files in this pull request and generated 5 comments.

File Description
SimulationExperimentView.vue Added runs management UI, live updates settings, and data combination logic
GraphPanelWidget.vue Refactored to support multiple traces with individual colors
GraphPanelWidgetPalette.ts New color palette for consistent trace coloring
Multiple other files Code style improvements (truthy checks) and dependency updates

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 27 out of 29 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 7 out of 9 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 7 out of 9 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@agarny agarny merged commit 08d393b into opencor:main Jan 15, 2026
14 checks passed
@agarny agarny deleted the issue299 branch January 15, 2026 22:56
Sign up for free to 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.

Add support for multiple runs

1 participant