41f6dcb615
Fix uncap level display bug
...
This bug was caused primarily by us using the wrong key in the type definition.
2022-02-01 14:15:38 -08:00
0dbcc7854b
Update api.tsx
2022-02-01 11:42:29 -08:00
39549f0b94
Move debounce to WeaponGrid
2022-02-01 11:40:06 -08:00
ca42f4b718
Add hover states for stars
...
These aren't quite right yet
2022-02-01 05:51:15 -08:00
d1962a5cfa
Fix incorrect references
2022-02-01 05:30:52 -08:00
67d5ada594
Add variables for the hover scale effects
2022-02-01 05:29:03 -08:00
dd974fde2e
WIP: Use debounce to intelligently send uncap level to server
...
We are using debounce to send the uncap level to the server without making a ton of requests if the user is feeling clicky.
This is a WIP because it doesn't send to the server yet. I'm having issues setting the correct initial state from the props.
2022-02-01 05:07:52 -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
3b252f99ed
Removed uncap_level from Weapon type
2022-02-01 05:03:40 -08:00
7f96b4c9a9
Added lodash debounce dep
2022-02-01 05:03:26 -08:00
86657e133a
Add endpoint for updating uncap levels
2022-02-01 05:03:12 -08:00
8944c461a9
Merge branch 'uncap-indicator' of github.com:jedmund/hensei-web into uncap-indicator
2022-02-01 01:47:38 -08:00
e70a7afab7
Pull weapon uncap level from server
2022-02-01 01:47:27 -08:00
a471a494bc
Remove img so background-image works
2022-02-01 01:47:05 -08:00
c18c594d05
Allow user to set uncap level
...
doesn't save to server yet
2022-02-01 01:03:31 -08:00
928273a836
Adjust hover transforms
...
It was too aggressive
2022-02-01 01:03:31 -08:00
e2ff4fd432
Implement new stars
2022-02-01 01:03:31 -08:00
b2daead1d5
Update WeaponUnit
...
Flips text and uncap stars and makes the modal click target the image instead of the whole unit
2022-02-01 01:03:31 -08:00
ae857c19a1
Add new uncap icons
2022-02-01 01:03:31 -08:00
de96600122
Add a new password rule
...
Password cannot contain username
2022-02-01 00:43:10 -08:00
f1b50fe051
Make new dictionary to make React render on setState
2022-02-01 00:42:49 -08:00
305f0e1f88
Refactor SignupModal
2022-02-01 00:20:04 -08:00
47c51b97f7
Update [username].tsx
2022-01-31 23:56:54 -08:00
d2fbc0ab9c
Delete history.tsx
2022-01-31 23:54:49 -08:00
f81d8b46b8
Resolve warning about unauth state
2022-01-31 23:46:25 -08:00
df99c2fca7
Remove unused import
2022-01-31 23:43:59 -08:00
fd428e8af7
Merge pull request #3 from jedmund/routing-refactor
...
Refactor routing to use Next.js routing instead of react-router-dom
2022-01-31 23:41:38 -08:00
ad4c67411e
Remove old routing deps
2022-01-31 23:40:57 -08:00
7e45533dbb
Remove old routes
2022-01-31 23:40:10 -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
887b7db197
Remove App component
...
We don't need this anymore
2022-01-31 23:34:38 -08:00
48a8ebe3d8
Update index.tsx
2022-01-31 23:34:38 -08:00
df33b02e1a
Use context to determine which navigation to show
2022-01-31 23:34:38 -08:00
1e8a72028d
Re-enable some links
2022-01-31 23:34:38 -08:00
77a3b1b8ad
Add context when logging in
2022-01-31 23:34:38 -08:00
2d4302c0cb
Only show Extra toggle when editable
2022-01-31 23:34:38 -08:00
06f698d1e1
Update Header scss
2022-01-31 23:34:38 -08:00
dcfa961a3f
Fix logout and add context support
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
e02c55665e
Convert to Next Router
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
fcd544536d
Create app-wide layout with Header
2022-01-31 23:34:38 -08:00
ade50a04e5
Rewrite / to /new
2022-01-31 23:34:38 -08:00
c4ad493831
Install wouter
2022-01-31 23:34:38 -08:00
5f5c6a98e0
Move label directory to add them to repo
2022-01-31 23:34:20 -08:00