-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Time to Visualize] popup notification when leaving an unsaved dashboard #65179
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
This would also solve the problem with drilldowns where you click on your drilldown to test it out and you lose the edits you just made. Now that I think about it though, I'm surprised the drilldown configuration isn't preserved when going back to dashboard because it should be stored in local storage. 🤔 |
After discussing with the team, a popup will appear when users leave the unsaved dashboard. cc: @timroes |
Related to the discussion in #35812 |
This was fixed in #86939 |
After the big change expected to happen with by value and by reference in the dashboard.
It would be easier to accidentally lose work done on a dashboard.
For example:
All the work on the new dashboard is not saved anywhere and disappear. In the past, the panels would have been saved in visualize. With the new behavior (which is better in most cases) it will be easier to lose work done on the dashboard.
It be good to either have an autosave mechanism or a popup before leaving an unsaved dashboard.
Another option is to have a
save before you leave popup
there might be more options but I think losing something you worked on is very bad experience, and we need to think of ways to help users avoid that
@majagrubic @stacey-gammon @ThomThomson @timroes
The text was updated successfully, but these errors were encountered: