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
60ec49de1d
Add page to display all saved parties
2022-02-27 22:32:35 -08:00
4a2c57ee47
Implement Teams page
2022-02-27 00:39:45 -08:00
0139b66e2e
Change sort to base on created_at
2022-02-27 00:37:16 -08:00
3b4b8ecc1a
Add User and Party types
2022-02-27 00:35:05 -08:00
ddcf7dc58f
Add redesigned components and info to Profile page
2022-02-26 17:46:52 -08:00
68a6e037f2
Cleanup
2022-02-26 15:53:46 -08:00
1d82bc5055
Insert account info into state when the app first loads
2022-02-23 16:12:45 -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
789104cb76
Update index.tsx
2022-02-04 00:17:33 -08:00
be6656f9e9
Final cleanup, removing old methods and moving Context around
2022-02-04 00:15:27 -08:00
a21a66c8ae
Move PartyContext to Party component
2022-02-03 19:46:26 -08:00
db642371b7
Add support for tinting segmented control with party element
2022-02-03 01:58:36 -08:00
50d2d814eb
Fixing bugs
2022-02-02 20:57:51 -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
47c51b97f7
Update [username].tsx
2022-01-31 23:56:54 -08:00
e45aa5cb24
Fix routing for profiles
2022-01-31 23:39:32 -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
55d037f6f4
Added a context to track logged-in and editable state
2022-01-31 23:34:38 -08:00
d5343293cb
Move PartyRoute to a Next.js page
2022-01-31 23:34:38 -08:00
f9874c270e
Move NewRoute to a Next.js page
2022-01-31 23:34:38 -08:00
86432df4f5
Remove old index page
2022-01-31 23:34:38 -08:00
374e19b007
Add cookies and Layout to index page
2022-01-31 23:34:38 -08:00
67d93703d2
Remove next/Image declarations
...
We aren't using it
2022-01-24 22:26:12 -08:00
728803d9c5
Migrate to Next.js
2022-01-24 21:54:50 -08:00