-
Notifications
You must be signed in to change notification settings - Fork 333
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
Get rid of toast notifications #2128
Comments
@newleeland @clarkepaul Can you weigh in here? It looks like we're establishing a pattern of persistent, but clearable notifications that are full width, e.g. validation messages on tabs. Not sure how that works across tabs though, and if there should be notifications for stuff like "successfully saved". |
First off its probably best to explain the use case for each notification.
I think its still a good idea to keep the temporary notification but I would be open to suggestions for the placement of it and the size/contents (eg. we could move it to the top middle and keep it at a 4 word limit with reduced size). We don't have consistent loading states on all buttons and actions within the CMS and some sort of a response is required to actions. Some guidance is available under Components/Alerts on the style guide https://projects.invisionapp.com/dsm/silver-stripe/silver-stripe |
OK, so given there's no clear way forward, and @clarkepaul doesn't seem too keen to create alerts different from the DMS (without a more wide-ranging UI redesign), I'm going to close this issue. Can be revisited as part of a redesign, but I don't see how this particular concern from @NightJar can be actioned. @NightJar if you have a specific toast message that's NOT dismissable, that sounds like a UX bug - please raise it separately. |
Popup notifications are currently utilised in the CMS for things submitted into the system via ajax submitted requests.
This is a rather subjective opinion of course, but these are far more annoying than they are helpful - and I feel that this will not be an uncommon subjective opinion.
For example:
After saving or publishing a page, I wish to browse to the settings or some other tab (e.g. to alter access rights).
However this is blocked by the toast popup and I must wait for it (and all others in the queue) to subside before I am able to complete my task.
The text was updated successfully, but these errors were encountered: