pbogre / jetlog

Personal flight tracker and viewer
https://github.com/pbogre/jetlog
GNU General Public License v2.0
177 stars 7 forks source link

Improve client-side handling of api errors #3

Open pbogre opened 1 month ago

pbogre commented 1 month ago

Currently, when an error occurs it just alerts the user through a standard javascript alert() message. Improve this with toast notifications on bottom right, which appear for errors but also for successful requests.