Commit graph

891 commits

Author SHA1 Message Date
64304a2b92 Merge branch 'staging' into fix-mobile-visual-bugs 2023-02-03 19:48:13 -08:00
e002878118 Merge branch 'staging' into fix-mobile-visual-bugs 2023-02-03 19:47:41 -08:00
b36fd03c11 Send local_id with remix API call 2023-02-03 19:34:28 -08:00
39b98d3f39 Fix #225
When logging in, the editable flag was not recalculated, so the team appeared as editable (even though it wasn't thanks to backend validation). This fixes the visual bug.
2023-02-03 14:40:47 -08:00
bba5da187f SelectTableField mobile changes 2023-02-03 14:39:11 -08:00
85d5ba075b Fix modal positioning
Weirdly, mobile modals had 14px of padding, so we reset that and got rid of the min-width on Login and Signup modals
2023-02-02 03:36:19 -08:00
a744b27940 Fix job image z ordering 2023-02-02 03:35:56 -08:00
4ae4dce39a Show transcendence art and stage in summon hovercard 2023-02-02 03:19:10 -08:00
2a1b84fa0f Show character hovercards on top 2023-02-02 03:10:50 -08:00
942abf5a89 Fix updating uncap and transcendence
This was broken because when we made anonymous parties editable, we moved to using a `editable` boolean passed down through props and forgot to edit these methods
2023-02-02 03:03:57 -08:00
4271e2fcc8 Added to fixed bugs list 2023-02-02 02:35:02 -08:00
7674e5d792 Refactor DurationInput to be more predictable
Using two inputs instead of one with finnicky magic for a better user experiences
2023-02-02 02:30:49 -08:00
81abb93ed6 Move update toast localization to common 2023-02-01 23:40:28 -08:00
1ef795e040 Add content update (1/2021 Legfest + Collab uncaps) 2023-02-01 22:42:28 -08:00
ce78bba037 Restore language checkbox 2023-02-01 22:03:43 -08:00
49303fb476 Make sure to test object IDs against object IDs 2023-02-01 21:45:36 -08:00
085e80408d Add rel="noreferrer" 2023-01-31 23:57:01 -08:00
2b8b87c27b Fix locale not persisting going to static pages 2023-01-31 23:54:44 -08:00
31b75af7f8 Fix titles
This is highly insufficient, since at first load the static pages will always show "About" first, but it's good enough for now.
2023-01-31 23:47:08 -08:00
cdf3b8afb6 Fix Github LinkItem color and LinkItem width 2023-01-31 23:18:46 -08:00
dc6b12fc7a Fix gradient on About page for dark mode 2023-01-31 23:15:19 -08:00
3bcfb19503 Add favicon to all heads 2023-01-31 22:41:37 -08:00
b7b44f9496 Add about hero image 2023-01-31 22:16:23 -08:00
9c4da48b5a Add keys and update ChangelogUnit calls 2023-01-31 22:10:46 -08:00
9f2ae9f732 Update ChangelogUnit to fetch data from API 2023-01-31 22:10:30 -08:00
18820b54f3 Translate new roadmap 2023-01-31 21:39:33 -08:00
a22313d137 Translate updates page 2023-01-31 20:30:02 -08:00
64438ccb45 Add translation for About page 2023-01-31 19:19:01 -08:00
1a35c849f0 Disable user highlighting on buttons and tokens 2023-01-31 18:10:09 -08:00
a1b3ecbaa4 Disable form validation when open state changes 2023-01-31 18:09:56 -08:00
0d11be1a93 Fix auth modal button hover color 2023-01-31 18:07:10 -08:00
58c2a0cfe3 Fix tooltip styling 2023-01-31 18:05:28 -08:00
013d6d5bfb Add new button back 2023-01-31 18:01:22 -08:00
b36dcb7b6f Fix optional error 2023-01-31 17:59:57 -08:00
a2c81de751 Adjust hero position, fix typos, add styles 2023-01-31 17:47:39 -08:00
607a10bfae WIP About page updates 2023-01-31 04:48:55 -08:00
44e35d0505 Update Updates page 2023-01-31 04:42:34 -08:00
20dc1f72f9 Merge branch 'staging' into remove-title-button-new 2023-01-31 03:21:09 -08:00
ade64446dc Unset edit key on page load
Just in case, we're unsetting the edit key on page load, so that we can re-set it after clearing our logic checks
2023-01-31 02:56:42 -08:00
37181d898b Use props instead of appState 2023-01-31 02:55:14 -08:00
ce3d0d73a2 Store and set edit keys
This stores and sets the edit keys on page load and after party create
2023-01-31 02:54:50 -08:00
608b744a71 Determine editable at Party level, pass down to grids 2023-01-31 01:25:02 -08:00
c0df78758b Store edit key in localStorage on create response 2023-01-31 01:24:42 -08:00
6b83f81eb6 Send generated local_id with create payload 2023-01-31 01:24:16 -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
d4d856e6c2 Don't show title button on new teams 2023-01-30 23:22:41 -08:00
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