🥅(frontend) add boundary error page

Add a custom error page to handle unexpected errors
gracefully. This page provides users with options
to navigate back to the home page or refresh
the current page, enhancing the overall user
experience during error scenarios.
It is quite hard to test this page, it cannot
be trigger in development mode, we have to build
the app and have a real error in production to
see it.
This commit is contained in:
Anthony LC
2025-12-15 17:13:49 +01:00
parent 48aa4971ec
commit 344e9a83e4
7 changed files with 163 additions and 20 deletions

View File

@@ -12,6 +12,7 @@ and this project adheres to
- ✨(backend) add async indexation of documents on save (or access save) #1276
- ✨(backend) add debounce mechanism to limit indexation jobs #1276
- ✨(api) add API route to search for indexed documents in Find #1276
- 🥅(frontend) add boundary error page #1728
### Changed