Skip to content

Build error boundary with fallback UI #16

Description

@FaveTeamz

Overview

Wrap major page sections in React error boundaries to prevent full-page crashes.

Tasks

  • Create a generic ErrorBoundary component
  • Wrap Dashboard, Issues, and Admin pages
  • Fallback UI shows error message and a retry button
  • Log errors to console (or a future error tracking service)

Acceptance Criteria

  • A thrown error in one section does not crash sibling sections
  • Fallback UI renders with a useful message
  • Retry button re-mounts the failed subtree

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave programfrontendFrontend / UI

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions