prathameshgaikwad/Innings

Error Boundary UI

Open

#6 opened on Jun 26, 2024

 (0 comments) (0 reactions) (0 assignees)JavaScript (10 forks)auto 404
enhancementfrontendgood first issue

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. Currently, when an error occurs, the error boundary displays a very basic and uninformative message to the user. This can be confusing and frustrating, as it doesn't provide enough information about what went wrong or what the user can do next. It also doesn't align with the overall aesthetic of our application.

Describe the solution you'd like Design a user-friendly error boundary UI that clearly communicates the issue to the user in a more visually appealing manner. Include a friendly message that reassures the user. Ensure the error boundary UI matches the overall design and style of the application.

Additional context Current Error Boundary UI:

image

Contributor guide