Mitsunee / fgo-timers

Fansite for the global version of Fate/Grand Order with Event Timers, info on future Upgrades, Interludes, Rank Ups, Login Exchange Tickets and Calculators
https://fgo.mitsunee.com
7 stars 1 forks source link

feat: Better Server Error Fallbacks #119

Open Mitsunee opened 1 year ago

Mitsunee commented 1 year ago

the UpgradesPage and EventsPage routes currently just disappear entirely if there's server errors (such as today when there were issues at aws). UpgradesPage could probably just display the error message in the already existing section, replacing the search and filters, while EventsPage would have to create a new section.

While this is getting adressed it'd also be good to add a loading indicator on EventsPage as well as making the search field not pre-render as it is useless without javascript. It's probably good enough to start displaying it after data fetching completed instead.