summaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Organized so it is easier to share code across modulesRaymaekers Luca2025-11-071-535/+2
|
* Added backups; set did_work firstRaymaekers Luca2025-11-061-17/+70
|
* Added add_person, remove_person and reset_tokens flags; Stopped creating ↵Raymaekers Luca2025-11-061-38/+54
| | | | file if not exist when decoding
* Fixed bug where local storage key would not be set.; Added slow and internal ↵Raymaekers Luca2025-11-061-161/+244
| | | | mode options
* Set textarea to readonly only; Added Lola in default people; Added ↵Raymaekers Luca2025-11-051-58/+125
| | | | reshuffle, unpickall and addlola debug routes; Encode data when there is no data file; Unset the seed since it does not really matter anymore after importing; Added validation with token; Changed UI logic to be based on one request and cache the data in local storage; Only show the list of people to the user so they cannot inspect html to cheat anymore.
* checkpointRaymaekers Luca2025-11-021-55/+246
|
* Prettier layout with gaps; Removed fetch call; Use local storage to persist ↵Raymaekers Luca2025-10-311-40/+64
| | | | the fatch that the user has clicked
* checkpointRaymaekers Luca2025-10-301-0/+106