Commit graph

845 commits

Author SHA1 Message Date
79ea150b81 Add a missing localization 2023-01-30 23:10:09 -08:00
f0ba0d5eb3 Don't switch tabs when creating a party
We changed the method in the New route to use the Next.js Router, which is causing us to navigate to the Party route and causing issues. This change makes it so that users stay on the same tab when they reach their destination.
2023-01-30 23:09:37 -08:00
c7c410bd2a Add localizations 2023-01-30 04:33:47 -08:00
a5c03f10cb Add localization for Your Profile 2023-01-30 04:29:20 -08:00
cec4aa22e6 Add NPC profile picture to other pages 2023-01-30 04:26:03 -08:00
a5a5143bd6 Add username and anonymous profile picture 2023-01-30 04:22:47 -08:00
a1da2f408b Change color for tokens when "Off" 2023-01-30 04:15:05 -08:00
5c79905437 Escape apostrophes 2023-01-30 03:57:07 -08:00
39dba09ced Add 2022-02-06 update log 2023-01-30 03:36:59 -08:00
4f0a49b114 Add support for R characters 2023-01-30 01:34:09 -08:00
1a53e34290 Always run npm run build 2023-01-29 23:43:24 -08:00
05df606ea4 Don't POST if the user is adding the same weapon to a position 2023-01-29 23:36:57 -08:00
fa6b312f06 Move storeGridWeapon to after conflict deletion
Otherwise, we delete what we just stored
2023-01-29 23:36:37 -08:00
44c0e96474 Proper equality 2023-01-29 23:36:21 -08:00
84bd51cae0 Fix missing dependency error
Forgot to remove this
2023-01-29 23:03:59 -08:00
3548da4b15 Add a tooltip to the Copy URL button
We aren't doing the hovercard in the design right now, so this is fine
2023-01-29 23:00:42 -08:00
3b297e426d Fix uncap indicator in hovercards
We mistakenly removed `width` when we wanted to set `min-width`
2023-01-29 22:56:44 -08:00
3d7726918e Add perpetuity to hovercard portrait 2023-01-29 22:49:58 -08:00
2ef1863637 Use Buttons instead of <a> 2023-01-29 22:19:42 -08:00
0a5f0458c2 Remove width on uncap stars for ULB 2023-01-29 22:19:15 -08:00
cefa859f4a Rearrange so that hovercard clicks dont trigger search 2023-01-29 22:19:07 -08:00
0495c7c8f7 Add character mod data to hovercard 2023-01-29 21:00:25 -08:00
d9ed728276 Add weapon awakenings to hovercard 2023-01-29 19:25:24 -08:00
7e7d89b01d Make custom Hovercard component and migrate 2023-01-29 18:30:38 -08:00
b3ec6a5d08 Fix job dropdown not showing jobs
This was happening due to a combination of the useEffect not being updated properly in the New route and the state being completely reset when cleaned in the new route, including values that should persist.
2023-01-29 16:20:14 -08:00
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
e603ee1bdb Remove unnecessary router updates 2023-01-28 23:16:30 -08:00
69a1b461f7 Cleanup 2023-01-28 23:15:48 -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
23353dd65e Don't allow copying on new party page 2023-01-28 21:15:15 -08:00
cd6e58da18 Show toast when remix button clicked 2023-01-28 21:09:24 -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
f11e45b801 Add text to Remix button 2023-01-28 19:18:39 -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