This guide will show you how to display and indicate changes made within an application or process.
When a user is saving a file
If the user will remain in the same screen when saving, a snackbar should prompt indicating the change.
When a user moves from screen to screen in a process, saving can ocurr by pressing the continue button
If the user will remain in the same screen when saving, a snackbar should prompt indicating the change.
View referenceAutosave mode is dependent on the technical specs of the app. Some applications require a trigger to save (button) but other applications can handle autosave events. Autosave can be configurable with events such as time intervals (save every X seconds) or modifications made (save after 2 edits). Autosave is indicated via "snackbar" a component available in the UX Library
A snackbar prompts from the bottom of the screen after 5 seconds.
View snackbar componentWhen a user clicks "save" or "continue" from a page, a confirmation message shows up in the next page.
A user enters some data and clicks on a button that takes the user to anew page or screen
A saving confirmation message appears in the next screen with details of the saved information.
This component will be replaced
Your changes have been saved
Lorem ipsum doloris du nacimet blah blah
When a user exits the appplication via "exit" link, a modal prompts indicating the user about the saving status of the app.
When a user makes a submission to WorkSafeBC, the confirmation page implies that all changes have been saved.