Commit graph

1508 commits

Author SHA1 Message Date
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
95d6495c80 Update README.md 2023-02-01 00:41:00 -08:00
1dc4c94933 Update README.md 2023-02-01 00:40:40 -08:00
acf253b66f Update README.md 2023-02-01 00:39:46 -08:00
25990ee8ef Update README 2023-02-01 00:38:31 -08:00
39155ae448 Update README.md 2023-02-01 00:33:50 -08:00
d6d63361ad Update README and .env sample 2023-02-01 00:29:08 -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
0770d0e3da
Merge pull request #220 from jedmund/fix-219
Fix <head> and add favicon
2023-01-31 22:42:36 -08:00
3bcfb19503 Add favicon to all heads 2023-01-31 22:41:37 -08:00
3c0ef2b6be Fix <head> on these pages
They were waiting for context and a user object that wasn't coming
2023-01-31 22:33:59 -08:00
8532742ae1
Merge pull request #218 from jedmund/updates-roadmap
Add about hero image
2023-01-31 22:17:16 -08:00
b7b44f9496 Add about hero image 2023-01-31 22:16:23 -08:00
217c8a38a3
Merge pull request #217 from jedmund/updates-roadmap
Update static pages, small bugs, button revert
2023-01-31 22:13:59 -08:00
34ead0e07f Add date string localization 2023-01-31 22:11:01 -08:00
248a788176 Add endpoints to api 2023-01-31 22:10:53 -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
7d0adeceec Rename roadmap translation file to about 2023-01-31 19:18:54 -08:00
2ebddcd6cf Remove roadmap translations 2023-01-31 19:17:58 -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
71546791b3
Merge pull request #213 from jedmund/remove-title-button-new
Don't show title button on /new
2023-01-31 03:21:57 -08:00
20dc1f72f9 Merge branch 'staging' into remove-title-button-new 2023-01-31 03:21:09 -08:00
72ac1b8a02
Merge pull request #212 from jedmund/unauth-teams
Allow editing of unauth teams
2023-01-31 03:13:19 -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
cd28629389 Add setEditKey
This method lets us set the edit key in a default header much like we do with user tokens
2023-01-31 02:53:29 -08:00
608b744a71 Determine editable at Party level, pass down to grids 2023-01-31 01:25:02 -08:00