Commit graph

37 commits

Author SHA1 Message Date
00cea70ee3 Add auto guard icon to GridRep 2023-03-21 21:31:44 -07:00
4e1d342ff5 Add advanced filter support to saved and profile pages 2023-03-21 20:17:21 -07:00
e13c07d57f Implement advanced filters on Teams page 2023-03-21 19:20:05 -07:00
c7e0836202
February 2023 Update (#158) 2023-02-04 23:46:24 -08:00
ce2c775f36 Include roadmap translation in serverSideTranslations 2023-01-06 04:24:48 -08:00
56c4842e82 Add full auto tag to GridRep 2023-01-03 19:24:37 -08:00
a725dd7274 Mobile Hotfix
Mobile is hella broken, this makes it one notch less broken but still hella broken
2022-12-26 13:54:23 -08:00
0c76866b56 Add titles/description and translations 2022-12-26 05:04:27 -08:00
247d2a466a Clean up setServerSideProps
Here we extracted the common methods used in pages into utils and included them, getting rid of a lot of duplicate code in the process.
2022-12-22 21:43:09 -08:00
a98585a334 Implement setUserToken util function
This function sets axios's default headers to be included before all queries.

We need to call `setUserToken` in _app.tsx so that the defaults are set before every client-side call, and we also need to call it in every instance of `setServerSideProps`.

As a result, wherever we use `getCookies` and construct a `headers` object, we can remove it. Right now, we've only removed it on the top-level pages.
2022-12-22 21:41:38 -08:00
9de459b958 Update useQueryState to use history and shallow routing 2022-12-22 21:32:57 -08:00
45aa8c38ab Update all teams 2022-12-22 00:55:36 -08:00
adc987201e Update profile and filter bar 2022-12-22 00:46:13 -08:00
caf2bca38f List of raids no longer has root keys 2022-12-22 00:09:50 -08:00
e8843699c7 Remove trailing semicolons 2022-12-05 17:54:46 -08:00
efa864fb80 Run prettier on src 2022-12-04 07:19:31 -08:00
21b86e4239 Fix various API and rendering bugs 2022-11-16 07:04:39 -08:00
0257b99007 Unify API call with other collectioin pages 2022-11-16 05:15:55 -08:00
9674a56ccc Update teams to use SSR 2022-11-16 03:55:13 -08:00
34c93af273 Add infinite scrolling to collections 2022-03-21 03:53:03 -07:00
1d98f13dee Query param filters work on Teams page 2022-03-07 17:54:24 -08:00
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