Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refresh edited insights panel on change #10180

Merged
merged 4 commits into from Dec 1, 2021
Merged

refresh edited insights panel on change #10180

merged 4 commits into from Dec 1, 2021

Conversation

azrikahar
Copy link
Contributor

Fixes #10177

Before

After a panel gets staged/created, it will not change even when we modify any settings, and we'll have to refresh to see the changes:

hy1L6WRoAh.mp4

After

Uses Vue key to re-render the panel whenever any property gets changed, except position x/y and coordinates to prevent re-render when the user is only moving them around.

y8GNH0tXgF.mp4

Copy link
Member

@rijkvanzanten rijkvanzanten left a comment

Choose a reason for hiding this comment

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

I'll leave the simple hash change, as that's nice to have in shared w/ tests 🙂

@rijkvanzanten rijkvanzanten added this to the v9-next milestone Dec 1, 2021
@rijkvanzanten rijkvanzanten enabled auto-merge (squash) December 1, 2021 17:23
@rijkvanzanten rijkvanzanten merged commit 8dec148 into main Dec 1, 2021
@rijkvanzanten rijkvanzanten deleted the issue/10177 branch December 1, 2021 17:26
rijkvanzanten added a commit that referenced this pull request Dec 1, 2021
* refresh edited insights panel on change

* move api simpleHash to shared utils getSimpleHash

* Simply reactivity fix for time-series

* Remove unused import

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Insights Time-Series Not Updating On-Save
3 participants