Skip to content

feat: add error boundaries to prevent app crashes#201

Merged
aadorian merged 1 commit intoaadorian:mainfrom
Bhumit0922:add-error-boundary
Apr 5, 2026
Merged

feat: add error boundaries to prevent app crashes#201
aadorian merged 1 commit intoaadorian:mainfrom
Bhumit0922:add-error-boundary

Conversation

@Bhumit0922
Copy link
Copy Markdown
Contributor

No description provided.

@Bhumit0922
Copy link
Copy Markdown
Contributor Author

Hi @aadorian 👋

I’ve implemented error boundaries to prevent the entire app from crashing when a component fails.

Changes made:

  • Added a reusable ErrorBoundary component
  • Wrapped major UI sections (Details/Graph view, navigation, stats)
  • Added fallback UI with a reload option
  • Logged errors using componentDidCatch

This ensures that errors are isolated and don’t break the whole application.

Please review and let me know if you'd like any changes or more granular boundaries. Thanks!

@aadorian aadorian merged commit 0b2a212 into aadorian:main Apr 5, 2026
@github-project-automation github-project-automation Bot moved this from To triage to Done in @ProtegeDesk Apr 5, 2026
@aadorian
Copy link
Copy Markdown
Owner

aadorian commented Apr 5, 2026

Thanks @Bhumit0922 !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants