-
Notifications
You must be signed in to change notification settings - Fork 76
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
Improve overwrite warning behavior in export #3094
Improve overwrite warning behavior in export #3094
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3094 +/- ##
==========================================
- Coverage 88.73% 88.72% -0.01%
==========================================
Files 111 111
Lines 17262 17258 -4
==========================================
- Hits 15317 15313 -4
Misses 1945 1945 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested this vs main to confirm this fixes the bug with the overlay, looks good to me
Co-authored-by: P. L. Lim <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Co-authored-by: Ricky O'Steen <[email protected]>
This adds the overwrite warning when exporting plugin plots, and generally does some minor consistency improvements across the file types. This also fixes the bug where the overwrite confirmation overlay did not disappear after confirming that you want to overwrite.