Commit graph

17 commits

Author SHA1 Message Date
b91d84028f Add localization for header menus/some modals 2022-03-04 18:42:06 -08:00
703c9f4d49 Localize headers 2022-03-04 17:56:37 -08:00
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
be60319f98 Refactor Button component 2022-03-04 00:16:53 -08:00
cd0ac1e01f Fix missing Edit info button on /new 2022-03-01 01:22:24 -08:00
5f1bee26cf Refactor some endpoints 2022-02-27 22:30:00 -08:00
8ce10c43b1 Fix build errors 2022-02-27 00:42:45 -08:00
557a5795e0 Ensure bottom nav only shows on party pages 2022-02-27 00:37:58 -08:00
32f864baa6 Implement read-only and editable views for party details 2022-02-24 18:19:15 -08:00
9a5c2835d5 Add destroy logic 2022-02-23 16:43:08 -08:00
c88e9be025 Final updates removing context and replacing with state 2022-02-23 16:13:28 -08:00
a6b222000c Remove references to React context and replace with state where necessary 2022-02-23 15:59:46 -08:00
54422255c3 Fix syntax error 2022-02-23 01:51:08 -08:00
8678692a40 Update index.tsx 2022-02-04 23:10:45 -08:00
5f1be4679e Implement Radix's Dialog component for the About modal.
Probably still want to spend some time making this look nice/wordsmithing the copy later.
2022-02-04 22:50:13 -08:00
679710efc3 Implement Radix's Alert dialog for deleting teams
We didn't implement the method for actually doing the deleting yet, though
2022-02-04 20:43:02 -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