Skip to content

Nova V5#187

Closed
Tarpsvo wants to merge 14 commits intocoroo:masterfrom
Versioon:master
Closed

Nova V5#187
Tarpsvo wants to merge 14 commits intocoroo:masterfrom
Versioon:master

Conversation

@Tarpsvo
Copy link
Copy Markdown

@Tarpsvo Tarpsvo commented Dec 20, 2024

Minor UI fixes to make the cards look the same. Otherwise no breaking changes in Nova.

<select-control
size="xxs"
@change="handleFilterChanged"
:selected="advanceFilterSelected"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

We moved to v-model and defineModel() on Nova 5, so I'm unsure if :selected does anything here.

Comment on lines +24 to +25
@change="handleFilterChanged"
:selected="advanceFilterSelected"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
@change="handleFilterChanged"
:selected="advanceFilterSelected"
@selected="handleFilterChanged"
:v-model="advanceFilterSelected"

Comment on lines +130 to +131
handleFilterChanged(value) {
this.advanceFilterSelected = value;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
handleFilterChanged(value) {
this.advanceFilterSelected = value;
handleFilterChanged(value) {

YasserB94 added a commit to artcore-society/nova-chart-js that referenced this pull request May 20, 2025
YasserB94 added a commit to artcore-society/nova-chart-js that referenced this pull request May 20, 2025
YasserB94 added a commit to artcore-society/nova-chart-js that referenced this pull request May 20, 2025
YasserB94 added a commit to artcore-society/nova-chart-js that referenced this pull request May 20, 2025
YasserB94 added a commit to artcore-society/nova-chart-js that referenced this pull request May 20, 2025
YasserB94 added a commit to artcore-society/nova-chart-js that referenced this pull request May 20, 2025
YasserB94 added a commit to artcore-society/nova-chart-js that referenced this pull request May 20, 2025
YasserB94 added a commit to artcore-society/nova-chart-js that referenced this pull request May 20, 2025
YasserB94 added a commit to artcore-society/nova-chart-js that referenced this pull request May 20, 2025
YasserB94 added a commit to artcore-society/nova-chart-js that referenced this pull request May 20, 2025
YasserB94 added a commit to artcore-society/nova-chart-js that referenced this pull request May 20, 2025
@Tarpsvo Tarpsvo deleted the branch coroo:master April 2, 2026 13:47
@Tarpsvo Tarpsvo closed this Apr 2, 2026
@Tarpsvo Tarpsvo deleted the master branch April 2, 2026 13:47
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.

2 participants