Display indicator in the UI about whether a document is saved, unsaved, or in the process of saving #8886
Labels
release_note:enhancement
Team:Platform-Design
Team Label for Kibana Design Team. Support the Analyze group of plugins.
Changes
We need to surface an indication in each app's UI about whether a document is saved, unsaved, or saving. This makes people aware as to whether the URL is an accurate reflection of the state of the document, and whether or not people will see what they see when they copy/paste the URL to someone else.
Implementation
We have plugins such as Reporting which need to know whether a state is "dirty" or not, i.e. has it been edited but not yet saved (#8148). We could use this existing functionality to update the UI with the correct state.
See #7899 (comment) for thoughts about refactoring this functionality.
The text was updated successfully, but these errors were encountered: