Frontend Error Boundaries & UI Resilience #82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tasks
src/components/ErrorBoundary.tsx— React class component that catches render errors, shows a fallback UI ("Something went wrong. Refresh the page.")ErrorBoundary<QueryError message={...} retry={refetch} />component<EmptyState icon={...} title={...} description={...} action={...} />component404page (src/app/not-found.tsx) with a "Back to dashboard" link5xxresponses, show a global toast: "Server error. Please try again or contact support."Acceptance Criteria