Commit graph

1463 commits

Author SHA1 Message Date
25362d81df Remove unused state 2023-01-29 16:14:53 -08:00
2a202bb60d Don't allow selecting skill without selecting job 2023-01-29 02:11:07 -08:00
f2160b827c
Merge pull request #193 from jedmund/fix-179
Fix tabs not sticking on new route
2023-01-29 00:24:29 -08:00
e356c36053 Fix tabs not sticking on new route
This was occurring because the new path wasn't sending the Party component the current tab from the URL like the party path was.
2023-01-29 00:23:51 -08:00
5dd81d377d
Merge pull request #192 from jedmund/fix-181
Ensure header title updates when party name is updated
2023-01-28 23:22:09 -08:00
e603ee1bdb Remove unnecessary router updates 2023-01-28 23:16:30 -08:00
69a1b461f7 Cleanup 2023-01-28 23:15:48 -08:00
71c9d5a744 Replace native JS redirect with useRouter 2023-01-28 23:15:44 -08:00
4e6fb19fb0 Subscribe to router and reset state on change 2023-01-28 23:12:06 -08:00
7d4fc7b6ac Fix blue links 2023-01-28 22:55:26 -08:00
820f873916 Remove commented lines 2023-01-28 22:23:23 -08:00
1bc8aafac0 Fix dropdown menu width again 2023-01-28 22:23:10 -08:00
3f545a681e Header title will update on save 2023-01-28 22:20:55 -08:00
e598adae85 Fix party details grid CSS
Somehow, an extra grid-template-columns got in there. I'm sure this will haunt me in the future.
2023-01-28 22:11:23 -08:00
f04e3a8ffe
Merge pull request #190 from jedmund/fix-double-overlay
Fix double overlay on Selects
2023-01-28 21:52:34 -08:00
ff3b6af7af Fix double overlay on selects in modals
Selects now take an optional property `overlayVisible` that if false, doesn't render visual elements of its overlay.
2023-01-28 21:49:58 -08:00
6bc887c95b Add altText prop to Toast
We changed things so we could insert React elements into the content field.
2023-01-28 21:29:22 -08:00
8c480810b9 Fix menu width for desktop 2023-01-28 21:25:43 -08:00
a14d7ea9ce
Merge pull request #188 from jedmund/fix-182
Don't allow copying on new party page
2023-01-28 21:15:42 -08:00
23353dd65e Don't allow copying on new party page 2023-01-28 21:15:15 -08:00
04227e5e47
Merge pull request #187 from jedmund/toast-on-remix
Show toast when remix button clicked
2023-01-28 21:11:16 -08:00
cd6e58da18 Show toast when remix button clicked 2023-01-28 21:09:24 -08:00
fb76ca6665
Merge pull request #186 from jedmund/fix-details-mobile
Fix various visual details on mobile
2023-01-28 20:48:38 -08:00
e6019ecf86 Fix spacing
* Header menu width
* Width of weapon grid
* PartyDetails button
2023-01-28 20:46:01 -08:00
95ee4bd1c7 Fixes for edit mode on Parties 2023-01-28 20:34:55 -08:00
654a40117c Add colors to tokens for CA, FA and Auto Guard 2023-01-28 20:34:47 -08:00
672a227a08 Rename variable 2023-01-28 20:34:12 -08:00
35a5f92eb2 Show destructive button styles on mobile w/o hover 2023-01-28 20:33:56 -08:00
d613cf8af0 Fix alert width on mobile 2023-01-28 20:33:13 -08:00
a4a5ccf33f Fix button placement in mobile size 2023-01-28 19:52:09 -08:00
949d9a5cc1 Fix localization 2023-01-28 19:27:13 -08:00
f11e45b801 Add text to Remix button 2023-01-28 19:18:39 -08:00
88c571a674
Merge pull request #185 from jedmund/fix-mobile-remixes-view
Add fixes in Remixes view for mobile and tablet
2023-01-28 19:04:40 -08:00
78ffdcc1a5 More phone and tablet fixes
This isn't perfect, but good enough for now
2023-01-28 19:02:12 -08:00
da09a739f6 Fix remixes view on phones 2023-01-28 18:52:10 -08:00
bbd0c98219
Merge pull request #184 from jedmund/remove-port
Remove port
2023-01-28 18:36:11 -08:00
083cb55811 Remove port 2023-01-28 18:35:52 -08:00
eb1f68e7b5
Merge pull request #183 from jedmund/error-handling
Add error handling to pages
2023-01-28 18:18:05 -08:00
308e5d07e8 Add localizations 2023-01-28 18:15:30 -08:00
c930bc348b Refactor new and extract NewHead 2023-01-28 18:15:25 -08:00
01af39fdfe Refactor saved and extract SavedHead 2023-01-28 18:07:26 -08:00
73de22cbbc Refactor teams and extract TeamsHead 2023-01-28 18:00:34 -08:00
9e3f15c286 Refactor [username] and extract ProfileHead 2023-01-28 17:58:12 -08:00
337808a922 Fix ErrorSection maxWidth 2023-01-28 17:43:02 -08:00
96763defc3 Fix ErrorSection text replacement 2023-01-28 17:42:54 -08:00
5cf6d3fff3 Refactor [party] page
This is a blueprint for all the other pages
2023-01-28 17:20:44 -08:00
6f51e21b58 Don't show Header context when there is an error 2023-01-28 16:46:48 -08:00
9476f592f0 Add status to appState and new types 2023-01-28 16:46:32 -08:00
7b06a2900e Add a line-height for headers and paragraphs
I'm sick of setting `line-height`
2023-01-28 16:28:42 -08:00
4916660027 Add ErrorSection component
This lets us render errors gracefully
2023-01-28 16:28:23 -08:00