Commit Graph

103 Commits

Author SHA1 Message Date
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
2d594217f1 Add all required types to tsconfig.json 2025-05-01 08:25:54 -04:00
1b78231f34 Update Dockerfile and tsconfig.json for proper type definitions 2025-05-01 08:25:07 -04:00
04f01dd56c Fix multer types and configuration 2025-05-01 08:23:54 -04:00
f7480c1d93 Fix needed_items handling in backend and frontend 2025-05-01 08:22:30 -04:00
bfd27412af Enhance homepage with centered layout, larger title, and descriptive text 2025-04-30 18:06:08 -04:00
bada79ed62 Add DELETE endpoint for events with cascade deletion of RSVPs 2025-04-30 18:00:56 -04:00
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