cron-mon-io / cron-mon-app

The frontend application for CronMon
MIT License
0 stars 0 forks source link

Error handling in frontend #2

Closed howamith closed 3 months ago

howamith commented 5 months ago

At the time of writing the frontend application doesn't have any sort of error handling (or even a means to signify to the user that something went wrong 😅) - add this in. Vuetify's Banners and Snackbars will be handy here.

Think about what the frontend app will do if the API returns an error or if it's down entirely.

Note: depends on https://github.com/cron-mon-io/cron-mon/issues/18