2ebddcd6cf
Remove roadmap translations
2023-01-31 19:17:58 -08:00
d32293995b
Refactor setUserToken into two methods
...
This refactors `setUserToken` into `accountCookie`, which just returns a cookie if it exists, and `setHeaders`, which sets the Axios header defaults.
Then, we update the calls in all the required files.
2023-01-31 00:18:54 -08:00
c930bc348b
Refactor new and extract NewHead
2023-01-28 18:15:25 -08:00
5cf6d3fff3
Refactor [party] page
...
This is a blueprint for all the other pages
2023-01-28 17:20:44 -08:00
c224184dee
Fix how we handle state
...
- New route will reset state instead of it happening when the "New" button is clicked
- Added key to <React.Fragment> in party and new pages to force it to rerun getServerSideProps
2023-01-27 23:11:25 -08:00
82f1bef0dc
Fix build error
2023-01-23 14:47:31 -08:00
0c8102c66f
Basic error handling for API errors in SSR
2023-01-23 14:43:01 -08:00
f0d6f1f8a4
Implement query param switching
...
Adding /characters, /weapons, or /summons will direct you to that tab by default, with /weapons as the default.
Clicking the segmented controller replaces the URL with the corresponding path, but doesn't push the navigation stack
2023-01-14 12:23:03 -08:00
ce2c775f36
Include roadmap translation in serverSideTranslations
2023-01-06 04:24:48 -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
ccd6829fc6
Quick fixes
2022-12-26 12:45:54 -08:00
57359333e7
Add title/description to new page
2022-12-26 05:55:19 -08:00
0c76866b56
Add titles/description and translations
2022-12-26 05:04:27 -08:00
7d248cf91b
Remove headers
2022-12-25 16:03:32 -08:00
802705a812
Pre-fetch weapon keys on grids
2022-12-24 01:07:26 -08:00
f9c7c8f568
Update api function name
2022-12-22 23:34:57 -08:00
c43bd5c8f1
Use utils/organizeRaids
2022-12-22 23:34:47 -08:00
caf2bca38f
List of raids no longer has root keys
2022-12-22 00:09:50 -08:00
e155aa72dd
Remove semicolons and #Content wrapper
2022-12-05 17:55:19 -08:00
efa864fb80
Run prettier on src
2022-12-04 07:19:31 -08:00
cbbad53e09
Fix typo that broke job persistence
2022-11-30 09:00:50 -08:00
c599a8352a
Fetch and store the jobs and skills in app state
2022-11-27 20:24:47 -08:00
602c883edd
Add explicit type
2022-11-16 05:16:07 -08:00
cdf25a42bf
Update party page for SSR
2022-11-15 04:44:45 -08:00
62edc6ca5c
Add appWithTranslation HOC to pages
2022-03-04 17:56:17 -08:00
46e17f7172
Remove title from [party]
2022-03-04 06:03:14 -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
68a6e037f2
Cleanup
2022-02-26 15:53:46 -08:00
a6b222000c
Remove references to React context and replace with state where necessary
2022-02-23 15:59:46 -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
be6656f9e9
Final cleanup, removing old methods and moving Context around
2022-02-04 00:15:27 -08:00
30d5e68fe5
Merge pull request #4 from jedmund/uncap-indicator
...
Implement interactive uncap indicators
2022-02-02 20:39:45 -08:00
f482b34429
Remove extra prop
2022-02-02 18:41:44 -08:00
827473ee5a
Refactor object grids to handle business logic instead of Party
2022-02-02 16:54:14 -08:00
44966fe8fe
Add interactive uncap indicators for summons
2022-02-01 15:50:06 -08:00
b01b4c55a2
Don't send a request if the shortcode is still undefined
2022-02-01 05:10:16 -08:00
7a50c4bce5
Pass down GridWeapon instead of Weapon
...
Previously, we stripped the Weapon out of the GridWeapon for simplicity. However, now that we need to display and manipulate data on the GridWeapon (unique data), we need to pass that down instead.
2022-02-01 05:06:27 -08:00
e70a7afab7
Pull weapon uncap level from server
2022-02-01 01:47:27 -08:00
09c543a089
Rename [slug] to [party]
...
Less ambiguous
2022-01-31 23:34:38 -08:00
b0fca8138c
Use context to conditionally show Delete button in Header
2022-01-31 23:34:38 -08:00
d5343293cb
Move PartyRoute to a Next.js page
2022-01-31 23:34:38 -08:00