Commit graph

16 commits

Author SHA1 Message Date
1365e4c95c Get query states working on teams page
This changes the URL to show query params for our three filters, making it easy for people to link to very specific subsets of raids.
2022-03-07 02:43:21 -08:00
5a184ed8aa Localized saved teams 2022-03-05 14:01:57 -08:00
62edc6ca5c Add appWithTranslation HOC to pages 2022-03-04 17:56:17 -08:00
d6695d195c Added og tags 2022-03-04 07:55:36 -08:00
a8f9610ec8 Actually fixing that bug this time 2022-03-04 06:52:10 -08:00
54d34fed12 Unauth users were unable to view collections 2022-03-04 06:44:41 -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
102be62a7f Hacky first pass at titles
Hacky because the titles for some pages don't load until the data comes in, which takes a second. There's gotta be a better way.
2022-03-04 05:54:16 -08:00
1c34803578 Added a smooth loading transition + FilterBar on parties 2022-03-01 01:11:32 -08:00
1805bd6e6f Fix Teams page 2022-02-28 19:26:32 -08:00
ec7b080ad9 Remove logs 2022-02-28 12:59:37 -08:00
42e0f3aebd Extract api error handling into a method 2022-02-28 12:49:21 -08:00
0f843c8e19 Fix useEffect looping in teams 2022-02-28 12:41:01 -08:00
ad1472dfbb Fix (some) warnings and errors
I always forget to `npm run build` before pushing a PR
2022-02-28 01:09:43 -08:00
a1f9f41567 Implement saving/unsaving on collection pages 2022-02-28 01:02:47 -08:00
4a2c57ee47 Implement Teams page 2022-02-27 00:39:45 -08:00