Age | Commit message (Collapse) | Author | |
---|---|---|---|
9 days | added request.check_with_toasts() and use it | 0neGal | |
This makes it very simple to check if some endpoints are available, and show a toast if not, with an error message saying exactly what isn't available. Currently made use for updates with GitHub and installs with Thunderstore. | |||
9 days | refresh server status when back online | 0neGal | |
9 days | hide server status when offline | 0neGal | |
9 days | if offline close browser and disable some buttons | 0neGal | |
9 days | simplify checking offline state | 0neGal | |
9 days | added requests.check() and uses of it | 0neGal | |
Very minimal uses of it, currently it simply checks every 30s and on startup whether a set of domains/endpoints we use work, and if all fail, then we assume something is wrong with the internet. | |||
9 days | added offline indicator icon | 0neGal | |
9 days | minor syntax changes | 0neGal | |
2024-08-04 | handle onLine event dynamically, don't enable buttons when going offline | Jan200101 | |
2024-06-08 | initial commit to better modularize frontend | 0neGal | |
Far from done, but this pretty much splits everything inside `src/app/main.js` into separate files. |