Commit Graph

63 Commits

Author SHA1 Message Date
Ryderjj89
021edda0dc Fixed description display again 2025-11-25 08:35:48 -05:00
Ryderjj89
453d4eb5c6 Fixed description display 2025-11-25 08:28:35 -05:00
Ryderjj89
53340fc210 selected items fix 2025-10-24 18:41:48 -04:00
Ryderjj89
bd8f0fa2cd added selected items to rsvp form 2025-10-24 18:27:23 -04:00
Ryderjj89
ecd53fbadb feat: improve guest selection in rsvp form 2025-06-24 17:17:39 -04:00
Ryderjj89
9760eccf4c Fixing back to events button on thank you page 2025-06-04 19:14:02 -04:00
Ryderjj89
54d0e8aab4 Fixing buttons on the Thank you page 2025-06-04 19:07:52 -04:00
Ryderjj89
7b3f8f74a8 Button spacing and formatting for rsvp form 2025-06-04 18:35:57 -04:00
Ryderjj89
cd845fc116 Button spacing and formatting for rsvp form 2025-06-04 18:29:58 -04:00
Ryderjj89
c3030bafce Adding info to RSVP form and back to events list button 2025-06-04 18:19:35 -04:00
Ryderjj89
c5d6fc3310 Adding info to RSVP form and back to events list button 2025-06-04 18:18:59 -04:00
Ryderjj89
5b7ebafe84 Padding and spacing fixes 2025-06-04 17:54:42 -04:00
Ryderjj89
fd260c9c88 Updating frontend to have a copy link to RSVP and improvements to the needed items list when submitting an RSVP 2025-06-04 17:16:52 -04:00
Ryderjj89
a6709f02c5 Updated send event conclusion to make sure it's set to true by default 2025-06-02 19:25:18 -04:00
Ryderjj89
f96a4d161f Make email address required on RSVP form
- Removed email notification toggle - email is now always required
- Moved email field to be required right after name field
- Added helper text explaining users will receive confirmation with edit link
- Simplified form validation and submission logic
- Email confirmations are now sent automatically for all RSVPs
2025-05-26 16:35:53 -04:00
Ryderjj89
89c0a1128c Fix TypeScript errors in RSVPForm and RSVPEditForm 2025-05-16 20:20:13 -04:00
Ryderjj89
5c34d464c1 Add unique edit ID and email opt-in to RSVP submission 2025-05-16 20:14:00 -04:00
Ryderjj89
efe143ca68 Add max guests per RSVP feature to event creation and RSVP forms 2025-05-16 18:27:09 -04:00
Ryderjj89
90e594850e fix: split 'Other Items' on newlines and commas for RSVP submission and admin edit 2025-05-04 18:01:29 -04:00
Starstrike
a33d521af3 feat: Add other items feature to RSVP form and update table headers 2025-05-01 18:19:08 -04:00
Starstrike
14848c00f7 Fix spacing consistency between form fields in RSVP form 2025-05-01 18:09:00 -04:00
Starstrike
3df0169ee4 Improve guest names handling in RSVP form: - Fix initial guest name field editing - Properly initialize guest names array - Fix guest names persistence in edit mode - Enhance form behavior for guest count changes - Fix type handling and validation 2025-05-01 18:05:49 -04:00
Starstrike
2010c583bd Fix guest name handling in both RSVPForm and EventAdmin components 2025-05-01 17:55:27 -04:00
Starstrike
244b08aeb8 Implement individual guest name fields and array storage. Updated both frontend and backend to handle guest names as an array of strings instead of a single multiline string. 2025-05-01 17:42:18 -04:00
Starstrike
bc8ac57697 Add required field validation to RSVP form - Make attendance, guest info, and guest details required 2025-05-01 16:12:07 -04:00
Starstrike
b2c7cd49e9 Replace default space wallpaper with solid color background - Changed to rgb(25, 28, 34) 2025-05-01 15:59:58 -04:00
Starstrike
35c508dab0 Standardize background overlay darkness across all views - Added consistent linear-gradient overlay to RSVP form 2025-05-01 15:55:37 -04:00
Starstrike
e1d23eeb32 Feature: Add RSVP cut-off date functionality 2025-05-01 13:44:29 -04:00
Starstrike
3ac630bcc2 UI: Fix capitalization in thank you message 2025-05-01 13:33:44 -04:00
Starstrike
9854967c52 UI: Add eye icon to View RSVPs button and fix navigation path 2025-05-01 13:31:12 -04:00
7a03c5b6be UI: Add event wallpaper and View RSVPs button to thank you page 2025-05-01 13:27:32 -04:00
be567c7b8a Fix wallpaper background styling to cover entire viewport 2025-05-01 09:25:32 -04:00
d2e27c4390 Fix RSVP items handling and response format 2025-05-01 09:15:23 -04:00
53adef2e15 Add robust error handling for RSVP items processing 2025-05-01 09:14:26 -04:00
d8f99d3169 Fix RSVP items handling and response format 2025-05-01 09:11:15 -04:00
76be457542 Add wallpaper background to all event views 2025-05-01 09:00:21 -04:00
f7480c1d93 Fix needed_items handling in backend and frontend 2025-05-01 08:22:30 -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
c4a39d5d3c Fix: Improve items_bringing parsing and error handling 2025-04-30 11:14:33 -04:00
c0554d2575 Fix: Add type safety and improve items handling in both components 2025-04-30 11:05:46 -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
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