Monday-Morning / project-tahiti

The repository for the Client Application of Monday Morning, the official student media body of NIT Rourkela.
https://project-tahiti-staging.onrender.com/
MIT License
73 stars 35 forks source link

feat: use error boundaries to display partial data on loading errors #345

Open rutajdash opened 1 year ago

rutajdash commented 1 year ago

Is your feature request related to a problem? Please describe. In any event of error, a 500 page is shown currently even if partial data is available.

Describe the solution you'd like Show the elements which have data available and show custom error blocks for other areas in the UI with option for a reload.

Additional context Issue #314 PR #319