SAE-A2-TruthInquiry/truthseeker
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
..
logic Merge pull request #40 from ThomasRubini/data_update 2023-01-14 23:06:47 +01:00
routes added questions fontions and reactions display 2023-01-14 20:40:54 +01:00
static [Client] Remove localStorage requirement 2023-01-15 12:04:19 +01:00
templates Merge branch 'main' into game_logic_front_end 2023-01-14 22:17:03 +01:00
__init__.py 'fixed' cors not allowing localhost, incorect type comparaison in get_player_results, Finished sendAnswers in js 2023-01-14 18:40:56 +01:00
discord_bot.py remove some linting warnings 2023-01-13 13:32:41 +01:00