Commit graph

37 commits

Author SHA1 Message Date
3f545a681e Header title will update on save 2023-01-28 22:20:55 -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
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
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
6f51e21b58 Don't show Header context when there is an error 2023-01-28 16:46:48 -08:00
5fa36e6f05
Merge pull request #177 from jedmund/fix-avatar
Fix avatar not changing in Header when changed
2023-01-28 03:51:57 -08:00
f293f92e23
Merge pull request #175 from jedmund/remix
Implement remixes
2023-01-28 03:51:31 -08:00
93755dfda4 Update avatar implementation 2023-01-28 03:37:00 -08:00
ba5244bc3b Don't show header title on non-party pages 2023-01-28 02:49:14 -08:00
3d71ad1d8b Add localizations 2023-01-28 00:51:32 -08:00
534d608171 Add localizations 2023-01-27 23:44:41 -08:00
f2a1d80bf2 Add Remix button 2023-01-27 23:11:33 -08:00
c224184dee Fix how we handle state
- New route will reset state instead of it happening when the "New" button is clicked
- Added key to <React.Fragment> in party and new pages to force it to rerun getServerSideProps
2023-01-27 23:11:25 -08:00
49c463d402 Add Remix icon and button 2023-01-27 22:51:45 -08:00
0901fbf21d Change how we handle modals 2023-01-27 22:41:43 -08:00
6c76053e15 Fixed link to new party 2023-01-27 22:12:35 -08:00
6da5a4f320 Add toast on copy link
It animates in and out too
2023-01-27 21:35:08 -08:00
191f4447d5 Fix save button states 2023-01-27 20:50:56 -08:00
0bbd0278a1 Move copy function and remove copy button 2023-01-27 20:39:57 -08:00
199b02b0cc Fix unauth menu 2023-01-27 20:36:45 -08:00
fa1bf57964 Implement new header design (so far) 2023-01-27 20:30:39 -08:00
1e820f184e Force reload after logout
This is a much easier and foolproof way to ensure that people can't edit their grid after logging out.
2022-12-30 05:23:44 -08:00
edf261b802 Remove headers params from api calls 2022-12-27 19:21:55 -08:00
82e93de7fc Further improve menu toggling
You should be able to dismiss the menu by clicking the button again. Now you can.
2022-12-27 17:43:15 -08:00
45c4e29f08 Clicking on menu button toggles it
This is an affordance for mobile (and how we got here)
2022-12-27 17:08:50 -08:00
0b0af6f4cd Move TopHeader to Header
This is a remnant of an old design where there was a BottomHeader as well
2022-12-27 17:07:58 -08:00
e8843699c7 Remove trailing semicolons 2022-12-05 17:54:46 -08:00
efa864fb80 Run prettier on src 2022-12-04 07:19:31 -08:00
2140208530 Added BottomHeader for new features
Previous Header was split into a base Header component and TopHeader.
2022-02-04 18:22:57 -08:00
f9eba3d857 Fix Menu authenticated status 2022-02-02 21:42:36 -08:00
f81d8b46b8 Resolve warning about unauth state 2022-01-31 23:46:25 -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
f2085c8344 Fix more ESLint warnings 2022-01-29 18:22:22 -08:00
728803d9c5 Migrate to Next.js 2022-01-24 21:54:50 -08:00
Renamed from src/components/Header/index.tsx (Browse further)