Commit Graph

175 Commits

Author SHA1 Message Date
48d96e4b69 Add delete event button with confirmation dialog to admin page 2025-04-30 17:56:15 -04:00
f01e4590fc Update RSVP URL pattern to match admin/view structure 2025-04-30 15:05:51 -04:00
787704ed8c Reorganize URL structure to put admin/view at the beginning of paths 2025-04-30 15:04:01 -04:00
63babdc9d9 Change View RSVPs button to outlined variant to match Manage RSVPs button 2025-04-30 14:48:38 -04:00
1549a39f41 Add VisibilityIcon to View RSVPs button 2025-04-30 14:32:35 -04:00
ffcf959992 Add view-only RSVPs page and View RSVPs button 2025-04-30 14:26:04 -04:00
47af7f5d88 Fix admin button styling to show 'Manage RSVPs' text 2025-04-30 14:18:53 -04:00
1f331c7f74 Change admin button to include 'Manage RSVPs' text 2025-04-30 14:16:15 -04:00
631305b693 Fix TypeScript errors in RSVPForm item handling 2025-04-30 14:11:03 -04:00
20827ea95a Fix item claiming not showing up immediately after RSVP submission 2025-04-30 14:07:34 -04:00
2da352ee9e Fix item claiming in RSVP submission - Handle JSON stringification in backend, improve response handling 2025-04-30 14:04:29 -04:00
221b54a21f Fix item handling in RSVP submission and admin view - Improved type handling, JSON parsing, and UI display 2025-04-30 14:01:37 -04:00
4c7d61e05f Fix: Update items status after RSVP submission and improve display 2025-04-30 12:06:08 -04:00
379cee3222 Fix: Handle items_bringing type more safely and improve error handling 2025-04-30 12:02:52 -04:00
c4a39d5d3c Fix: Improve items_bringing parsing and error handling 2025-04-30 11:14:33 -04:00
50ae73b3ab Fix: Add type annotations to prevent TypeScript build errors 2025-04-30 11:07:26 -04:00
c0554d2575 Fix: Add type safety and improve items handling in both components 2025-04-30 11:05:46 -04:00
7522b04334 Feature: Allow editing claimed items in admin view 2025-04-30 10:53:43 -04:00
09afdfe9ef Feature: Filter out claimed items and show items status 2025-04-30 10:38:11 -04:00
4c2a1f747d Fix: Properly parse JSON strings for needed_items and items_bringing 2025-04-30 10:30:24 -04:00
134bfbdb7e Fix: Handle array type checking in EventAdmin edit dialog 2025-04-30 09:21:16 -04:00
fdde6c6b42 Fix: Handle items_bringing parsing in EventAdmin component 2025-04-30 09:12:23 -04:00
db4df2885c Fix: Clean up needed items display in RSVPForm 2025-04-30 09:01:21 -04:00
bbe5ad16ca Add explicit type annotations to fix TypeScript errors 2025-04-29 21:41:22 -04:00
d9a7362d6b Improve needed_items handling in RSVPForm 2025-04-29 20:14:07 -04:00
d5769dccd1 Fix array handling in RSVPForm items selection 2025-04-29 20:09:10 -04:00
9a4a7367c7 Fix Select renderValue type handling 2025-04-29 20:06:51 -04:00
7e08f8b185 Fix neededItems handling in RSVPForm to prevent map errors 2025-04-29 19:58:47 -04:00
765da97b52 Update EventDetails and RSVPForm components with needed items functionality and improved styling 2025-04-29 19:56:17 -04:00
Your Name
4b800c849b fix: improve array handling throughout RSVPForm component 2025-04-29 19:43:54 -04:00
Your Name
dda3242e1a fix: ensure consistent array handling in RSVPForm items selection 2025-04-29 19:40:38 -04:00
Your Name
ddd0ce58c0 fix: ensure items_bringing is always an array in RSVPForm 2025-04-29 19:37:23 -04:00
Your Name
10b93e714a fix: add null check for neededItems in RSVPForm 2025-04-29 19:33:18 -04:00
Your Name
d7530d2562 fix: add null check for neededItems in RSVPForm 2025-04-29 19:20:41 -04:00
Your Name
d7030a2c33 fix: handle both array and string cases in RSVPForm renderValue function 2025-04-29 19:18:11 -04:00
Your Name
d32ef9b50f fix: Add neededItems state to EventAdmin component - Add needed_items to Event interface - Add neededItems state and set it from event data 2025-04-29 19:15:13 -04:00
Your Name
0b65108db3 fix: Update EventAdmin component to handle items_bringing as array - Update editForm state type - Add handleItemsChange handler - Replace text field with multi-select for items 2025-04-29 19:06:15 -04:00
Your Name
00fea07bee feat: Add needed items feature to events and RSVPs - Add needed_items field to events table - Update event creation form with needed items input - Add multi-select for needed items in RSVP form - Update event details to display needed items - Update admin interface to handle new items_bringing format 2025-04-29 19:01:36 -04:00
Your Name
a7a0f27a4b Fix items formatting to respect newlines 2025-04-29 18:43:51 -04:00
Your Name
2584c241a5 Update box color to black and fix comma formatting 2025-04-29 18:41:03 -04:00
Your Name
cd97f60cbb Improve transparency effects and add comma formatting 2025-04-29 18:37:39 -04:00
Your Name
ac810b415a Fix blur effects and capitalize 'yes' in admin table 2025-04-29 18:34:14 -04:00
Your Name
c9a754fc52 Remove non-existent Material-UI type packages 2025-04-29 18:31:29 -04:00
Your Name
733eb6f6d8 Remove non-existent Material-UI type packages 2025-04-29 18:31:21 -04:00
Your Name
3dc74413d2 Add Material-UI type definitions to fix linter errors 2025-04-29 18:29:53 -04:00
Your Name
c598640cdd Update styling with space background, blur effects, and proper status formatting 2025-04-29 18:27:07 -04:00
Your Name
0161dd332b Update manifest.json to use favicon.ico 2025-04-29 18:22:41 -04:00
Your Name
aa392c1c8a Improve styling and add favicon 2025-04-29 18:20:56 -04:00
Your Name
d85bcc7296 Add EventDetails component and types with proper type definitions 2025-04-29 18:16:10 -04:00
Your Name
fb61fc3ffb Fix TypeScript errors in EventAdmin component by splitting change handlers 2025-04-29 18:13:11 -04:00