Commit Graph

7 Commits

Author SHA1 Message Date
66b93af6b1 feat: add account selection support in web UI
Add support for multiple MyIce accounts in the web interface:

- Create /accounts endpoint to fetch available accounts from config files

- Update index.html to dynamically show available accounts

- Modify /schedule and /game endpoints to accept account parameter

- Store selected account in localStorage for persistence
2025-08-18 22:10:24 +02:00
2bd10409a1 chore: change title and aligment 2025-03-13 08:51:18 +01:00
f1955238c5 fix: sort players by number 2025-03-12 11:59:22 +01:00
8af989f372 fix: add favicon to docker and load events immediately 2025-03-12 11:53:55 +01:00
28b34d8281 fix: webapi schedule uses mobile api endpoint 2025-03-12 11:46:20 +01:00
251e2b1452 fix: favicon and some stuff 2025-03-12 11:15:45 +01:00
4c5867c19f feat: add webapi, lower python version requirement and add a Dockerfile 2025-03-12 10:52:11 +01:00