Commit graph

11 commits

Author SHA1 Message Date
0ff255d71e Changed how cookies are stored
We now have an account object and user object. Account stores critical information, where User is cosmetic/settings.
2022-03-04 06:31:21 -08:00
053522a81d Fixes editable bug on /new after logout 2022-03-04 05:17:39 -08:00
be60319f98 Refactor Button component 2022-03-04 00:16:53 -08:00
d656ba7eba Fix logout state bug
Logging out didn't reset state, so the HeaderMenu still displayed the logged in menu
2022-02-28 13:30:26 -08:00
69aa0ec528 Update state when saving/unsaving 2022-02-28 01:02:28 -08:00
a2afcc6b4d Add button for saving and hook up to API 2022-02-27 22:32:14 -08:00
c88e9be025 Final updates removing context and replacing with state 2022-02-23 16:13:28 -08:00
06eef3c248 Fix a small bug where party was not editable in state 2022-02-23 15:04:25 -08:00
514ed28cfc Clean state when New button is pressed 2022-02-23 14:52:44 -08:00
bbe78566ad Update existing instances of state to use appState 2022-02-23 14:52:35 -08:00
2140208530 Added BottomHeader for new features
Previous Header was split into a base Header component and TopHeader.
2022-02-04 18:22:57 -08:00