-
Notifications
You must be signed in to change notification settings - Fork 70
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
Cleanup error message components #11360
Comments
Create a StudioComponent -> "PageError" or something similar. |
The |
I noticed that error messages of the overview do not exactly have the same visual as one uses an Alert from Designsystem while the other uses the new I don't think the error in the News section should use the We might consider doing as we did with the spinner (
|
I think my PR which is about Error Boundary would change this. Since within my PR I let the router handle the page errors. #13304 |
I created this new issue to create a new component |
We currently use different components to show error messages when an error occurs while fetching data, which leads to some visual inconsistencies.
I suggest creating one generic component based on Alert component from designsystem.
Dashboard
UI Editor
Prosess
Error boundary
The text was updated successfully, but these errors were encountered: