-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: add error screen for network issues #1871
Conversation
Deploying rivet with Cloudflare Pages
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploying rivet-hub with Cloudflare Pages
|
626d711
to
c74ec1e
Compare
07e50ec
to
bdddd12
Compare
c74ec1e
to
d72b95e
Compare
d72b95e
to
9da70a7
Compare
bdddd12
to
1a80f92
Compare
Graphite Automations"Test" took an action on this PR • (01/18/25)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |
9da70a7
to
93407bf
Compare
Merge activity
|
Closes FRONT-470 ## Changes Improves error handling in the Hub frontend by: - Adding a `CatchBoundary` component to handle routing errors - Creating a new `LayoutedErrorComponent` to ensure errors are displayed within the page layout - Adding network issue error handling for API failures - Ensuring error states maintain consistent styling and layout The error handling now properly catches and displays: - Network connectivity issues - Not found errors - Authentication errors - General application errors All errors will now be displayed within the standard page layout instead of breaking the UI structure.
Closes FRONT-470
Changes
Improves error handling in the Hub frontend by:
CatchBoundary
component to handle routing errorsLayoutedErrorComponent
to ensure errors are displayed within the page layoutThe error handling now properly catches and displays:
All errors will now be displayed within the standard page layout instead of breaking the UI structure.