Commit Graph

181 Commits

Author SHA1 Message Date
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
e0de661050 fix: Allow clearing event description in update endpoint 2025-05-01 14:54:19 -04:00
Starstrike
bb5f28c304 fix: Hide Info field in event card when description is empty 2025-05-01 14:48:24 -04:00
Starstrike
dae96f70b1 docs: Add RSVP cut-off date feature to README 2025-05-01 14:45:54 -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
bca4695abc fix: Implement RSVP cut-off date functionality and fix saving issues 2025-05-01 13:56:44 -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
3cb02230f6 UI: Add 'Info:' label to event description for consistency 2025-05-01 13:05:36 -04:00
dc51e61396 Improve UI: Add event details to admin/view pages and fix items layout 2025-05-01 12:32:43 -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
Joshua Ryder
a98b6192af Rename LICENSE to LICENSE.md 2025-05-01 11:55:04 -04:00
Joshua Ryder
b4148f84bb Create LICENSE 2025-05-01 11:54:32 -04:00
25727a1f7a Update README with accurate features and tech stack 2025-05-01 11:49:54 -04:00
aff7f6f504 Remove seconds from event datetime display 2025-05-01 10:30:22 -04:00
f18e5b6d87 Update event list to show both date and time 2025-05-01 10:26:12 -04:00
78a81d060c Fix: Add TypeScript type annotations to handleRemoveItem function 2025-05-01 10:16:45 -04:00
fb24d900a4 Fix: Remove items from RSVPs when removed from needed items list 2025-05-01 10:10:04 -04:00
cf4161ca6e Add manage needed items functionality to EventAdmin component and backend support 2025-05-01 10:04:56 -04:00
be567c7b8a Fix wallpaper background styling to cover entire viewport 2025-05-01 09:25:32 -04:00
70f1535581 Add type annotations for event parameter 2025-05-01 09:22:07 -04:00
efa37db52c Fix wallpaper path handling in event endpoints 2025-05-01 09:20:22 -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
1470eecb99 Fix wallpaper path handling 2025-05-01 09:04:12 -04:00
76be457542 Add wallpaper background to all event views 2025-05-01 09:00:21 -04:00
ca72b47941 Add wallpaper field to Event interface 2025-05-01 08:56:58 -04:00
89d364c6bd Fix Event type import conflict 2025-05-01 08:55:27 -04:00
bb14edf9d9 Fix claimed items state management and wallpaper display 2025-05-01 08:54:09 -04:00
e0a161eb51 Fix database volume mount to use app directory 2025-05-01 08:47:36 -04:00
f15ad5f01e Fix database permissions and initialization issues 2025-05-01 08:45:35 -04:00
d3dd0c6677 Fix volume mounts to use named volumes in docker-compose.yml 2025-05-01 08:42:25 -04:00
4f52ed9a27 Fix upload directory permissions and path issues 2025-05-01 08:39:56 -04:00
da238ca9aa Fix wallpaper upload issues: add wallpaper column, update Docker config for proper file handling 2025-05-01 08:37:04 -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
530b9aa7b3 Fix production dependencies and Docker configuration 2025-05-01 08:28:00 -04:00