Go to file
AudricV a13b1d0ada
[Client] Remove localStorage requirement
As we use cookies for the game and that localStorage is only used to save the
theme set on the start page, it isn't needed to use it, as the dark theme would
be set as a fallback.

In order to show a cookies requirement message if they are disabled, we need to
remove the one of the localStorage, as when cookies access is disabled,
localStorage cannot be accessed.
2023-01-15 12:04:19 +01:00
.github/workflows Use github actions secret for to pass variables for tests 2023-01-13 12:01:54 +01:00
tests load dotfile in tests 2023-01-13 13:56:17 +01:00
truthseeker [Client] Remove localStorage requirement 2023-01-15 12:04:19 +01:00
.env.dist use dotenv to connect to the db 2023-01-13 11:56:38 +01:00
.gitignore use dotenv to connect to the db 2023-01-13 11:56:38 +01:00
app.py use a dotenv file 2023-01-13 11:46:54 +01:00
dev-requirements.txt add dev-requirements.txt 2022-12-12 15:39:32 +01:00
LICENCE Create LICENCE 2022-10-10 16:32:55 +02:00
README.md added README 2022-10-04 08:27:41 +02:00
requirements.txt use a dotenv file 2023-01-13 11:46:54 +01:00

Dépôt pour la SAE de seconde année BUT Aix en Provence