-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Alert component for errors and notifications #8933
Comments
Using an alert component on the top of the corresponsing page could sounds good. Do we have any concrete cases where this needs to be visible? For example, see #8831 (comment).
|
Cases I can think of:
|
See #8783 for example which was designed for workspace start screen only. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Now with the |
There are places where the dashboard client uses alert() or console.error().
It would be better to show notifications and errors in a simple, consistent way that does not demand interaction, but nevertheless makes it visible in a clear but non-surprising way.
GitHub uses a banner at the top of the page for notifications and errors. The banner can be dismissed but also disappears automatically after navigating. See also Bootstrap examples here.
Requirements
Typical use cases
The text was updated successfully, but these errors were encountered: