Commit Graph

132 Commits

Author SHA1 Message Date
Ryderjj89
c87ad79a79 Add 'Other Items' section below Items Claimed in EventView and EventAdmin 2025-05-04 17:13:36 -04:00
Starstrike
e512962c19 feat: Force page reload for protected routes to trigger nginx auth 2025-05-01 18:51:53 -04:00
Starstrike
e50122951a feat: Add other_items field to RSVP edit form 2025-05-01 18:30:18 -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
6b3cf70534 Fix guest names handling in RSVP updates to properly maintain array format 2025-05-01 18:00:10 -04:00
Starstrike
2010c583bd Fix guest name handling in both RSVPForm and EventAdmin components 2025-05-01 17:55:27 -04:00
Starstrike
7c967d9209 Fix TypeScript error: Handle guest_names as both string and array in EventAdmin 2025-05-01 17:50:57 -04:00
Starstrike
023a4cf84f Update EventAdmin to handle guest names as both string and array formats 2025-05-01 17:49:11 -04:00
Starstrike
0dfd6a6f90 Fix guest names display in EventView to handle both string and array formats 2025-05-01 17:47:42 -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
f6183f1c76 fix: type error in handleSelectChange for bringing_guests value 2025-05-01 17:34:52 -04:00
Starstrike
9c38c956fd feat: set default guest count to 1 when enabling bringing guests 2025-05-01 17:32:56 -04:00
Starstrike
8bcb802267 fix: type error in handleSelectChange for attendance status 2025-05-01 17:29:05 -04:00
Starstrike
7443312cc9 feat: automatically reset guest info and items when changing attendance to no/maybe 2025-05-01 17:27:15 -04:00
Starstrike
8e493cd7ed style: make RSVPs count display format consistent across views 2025-05-01 17:21:51 -04:00
Starstrike
2c0ca27136 fix: RSVP update functionality to properly handle 204 responses and prevent accidental deletions 2025-05-01 17:12:38 -04:00
Starstrike
a8ece7a0e8 Enhance RSVP update: improve API request format and add detailed logging 2025-05-01 17:06:42 -04:00
Starstrike
9ca3de4552 Fix API routing issues: add proper headers and improve error handling 2025-05-01 17:03:33 -04:00
Starstrike
82a99f02ca Fix RSVP update persistence: include event_id and add better error handling 2025-05-01 16:57:06 -04:00
Starstrike
0a83150bec Fix RSVP update persistence and add data verification 2025-05-01 16:53:39 -04:00
Starstrike
7c2caf457a Fix RSVP data preservation when editing and improve data display 2025-05-01 16:47:08 -04:00
Starstrike
d13aa44c91 Fix TypeScript type errors in items_bringing handling 2025-05-01 16:43:34 -04:00
Starstrike
c8fa6b4c55 Fix RSVP display and edit form handling: add null checks and proper typing 2025-05-01 16:41:44 -04:00
Starstrike
3c7760f5e2 Fix RSVP editing issues: proper guest count handling and state management 2025-05-01 16:35:14 -04:00
Starstrike
45b05b508c Add total guest count to RSVP lists - Show total number of attendees including guests 2025-05-01 16:28:53 -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
3a7f62fdbc Add WallpaperIcon to update info dialog - Consistent with event creation form 2025-05-01 16:06:41 -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
ed4b60bfcb Fix background image styling - Ensure wallpaper covers full viewport 2025-05-01 15:49:27 -04:00
Starstrike
09444f58bc Fix background image overlay - Combined background and overlay into single CSS property 2025-05-01 15:38:37 -04:00
Starstrike
3d702b0ca3 Fix background image styling - Added proper z-indexing and overlay for better readability 2025-05-01 15:35:04 -04:00
Starstrike
cf533a5faa Fix wallpaper upload in event update - Unified wallpaper handling with event creation, added proper file management 2025-05-01 15:31:27 -04:00
Starstrike
0714fd0e9d Add wallpaper upload functionality to Update Info dialog - Added wallpaper preview, upload button, and file handling 2025-05-01 15:17:09 -04:00
Starstrike
9ca6c4e883 Improve mobile responsiveness: Fix scrolling and button wrapping issues - Changed container position, added button wrapping, responsive padding and table scrolling 2025-05-01 15:08:22 -04:00
Starstrike
3e9e1d835a feat: Show 'None' for empty event descriptions in view and admin pages 2025-05-01 14:58:18 -04:00
Starstrike
bb5f28c304 fix: Hide Info field in event card when description is empty 2025-05-01 14:48:24 -04:00
Starstrike
76d8025e17 feat: Reorganize event card actions and make content selectable 2025-05-01 14:20:40 -04:00
Starstrike
549d9856c0 style: Add Info label to event description and align with other details 2025-05-01 14:09:57 -04:00
Starstrike
b90f39f082 style: Increase event card width and padding for better readability 2025-05-01 14:05:25 -04:00
Starstrike
8df651e658 feat: Add RSVP cut-off date display to event view page 2025-05-01 14:05:09 -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
a641a8d128 Feature: Add Update Info button and dialog for editing event details 2025-05-01 13:21:45 -04:00
c07d6b7027 UI: Reorganize action buttons to be consistently placed under page titles 2025-05-01 13:18:00 -04:00
6f0dddc395 UI: Fix spacing between event details to be consistent 2025-05-01 13:08:44 -04:00