Commit Graph

19 Commits

Author SHA1 Message Date
Ryderjj89
d0395abc3a Fix event_conclusion_message being stored as [object Object] in database
- Removed duplicate FormData.append() call for event_conclusion_message
- The field was being appended twice: once in the forEach loop and once explicitly
- This caused the backend to receive malformed data resulting in [object Object]
- Now the field is only appended once through the normal form processing loop
2025-05-26 16:20:56 -04:00
Ryderjj89
cd9e43ee5a Updated event conclusion message handling to ensure consistency with description box in EventForm and EventAdmin components. 2025-05-26 15:43:32 -04:00
Ryderjj89
dd77fe978d Fix thank_you_message prop in EventForm TextField 2025-05-26 14:19:42 -04:00
Ryderjj89
60c414e4ee Fix event conclusion email data submission in EventForm 2025-05-26 14:15:51 -04:00
Ryderjj89
1c6be17961 Move Needed Items to Basic Event Details section in EventForm 2025-05-26 12:51:43 -04:00
Ryderjj89
ec8a4398e3 Implement separate toggles for email notifications and event conclusion email 2025-05-26 12:39:23 -04:00
Ryderjj89
f686d3ae2b Refactor EventForm into sections and add thank you message field 2025-05-26 12:21:56 -04:00
Ryderjj89
1766da9c25 Move email notification settings to bottom of event creation form 2025-05-16 19:08:43 -04:00
Ryderjj89
cedd7b325f Add email notification settings to event creation form 2025-05-16 18:42:55 -04:00
Ryderjj89
efe143ca68 Add max guests per RSVP feature to event creation and RSVP forms 2025-05-16 18:27:09 -04:00
Starstrike
e1d23eeb32 Feature: Add RSVP cut-off date functionality 2025-05-01 13:44:29 -04:00
ae6f4427e0 Update wallpaper upload button color to match theme 2025-05-01 12:25:05 -04:00
57620b63a9 Update EventForm with dark theme styling 2025-05-01 12:21:34 -04:00
493981fff8 Improve wallpaper upload UI in event creation form 2025-05-01 12:19:13 -04:00
4bf54e54c0 Fix TypeScript errors in EventForm for FormData handling 2025-05-01 08:35:09 -04:00
cdf8bff0ec Implement wallpaper upload functionality with proper file handling and UI feedback 2025-05-01 08:33:33 -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
0816456068 Add admin functionality and improve UI styling 2025-04-29 14:08:56 -04:00
b80879f46b Initial commit: RSVP Manager with React frontend and Express backend 2025-04-29 13:08:01 -04:00