Skip to content

Conversation

@Tarpsvo
Copy link

@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"

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"

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;

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
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