🥅(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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user