aboutsummaryrefslogtreecommitdiff
path: root/src/app/js/request.js
AgeCommit message (Collapse)Author
6 dayssimplify checking offline state0neGal
6 daysadded requests.check() and uses of it0neGal
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.
6 daysadded offline indicator icon0neGal
6 daysminor syntax changes0neGal
2024-08-04handle onLine event dynamically, don't enable buttons when going offlineJan200101
2024-06-08initial commit to better modularize frontend0neGal
Far from done, but this pretty much splits everything inside `src/app/main.js` into separate files.