Commit Graph

  • 8df651e658 feat: Add RSVP cut-off date display to event view page Starstrike 2025-05-01 14:05:09 -04:00
  • bca4695abc fix: Implement RSVP cut-off date functionality and fix saving issues Starstrike 2025-05-01 13:56:44 -04:00
  • e1d23eeb32 Feature: Add RSVP cut-off date functionality Starstrike 2025-05-01 13:44:29 -04:00
  • 3ac630bcc2 UI: Fix capitalization in thank you message Starstrike 2025-05-01 13:33:44 -04:00
  • 9854967c52 UI: Add eye icon to View RSVPs button and fix navigation path Starstrike 2025-05-01 13:31:12 -04:00
  • 7a03c5b6be UI: Add event wallpaper and View RSVPs button to thank you page Starstrike 2025-05-01 13:27:32 -04:00
  • a641a8d128 Feature: Add Update Info button and dialog for editing event details Starstrike 2025-05-01 13:21:45 -04:00
  • c07d6b7027 UI: Reorganize action buttons to be consistently placed under page titles Starstrike 2025-05-01 13:18:00 -04:00
  • 6f0dddc395 UI: Fix spacing between event details to be consistent Starstrike 2025-05-01 13:08:44 -04:00
  • 3cb02230f6 UI: Add 'Info:' label to event description for consistency Starstrike 2025-05-01 13:05:36 -04:00
  • dc51e61396 Improve UI: Add event details to admin/view pages and fix items layout Starstrike 2025-05-01 12:32:43 -04:00
  • ae6f4427e0 Update wallpaper upload button color to match theme Starstrike 2025-05-01 12:24:48 -04:00
  • 57620b63a9 Update EventForm with dark theme styling Starstrike 2025-05-01 12:21:34 -04:00
  • 493981fff8 Improve wallpaper upload UI in event creation form Starstrike 2025-05-01 12:19:13 -04:00
  • a98b6192af Rename LICENSE to LICENSE.md Joshua Ryder 2025-05-01 11:55:04 -04:00
  • b4148f84bb Create LICENSE Joshua Ryder 2025-05-01 11:54:32 -04:00
  • 25727a1f7a Update README with accurate features and tech stack Starstrike 2025-05-01 11:49:54 -04:00
  • aff7f6f504 Remove seconds from event datetime display Starstrike 2025-05-01 10:30:22 -04:00
  • f18e5b6d87 Update event list to show both date and time Starstrike 2025-05-01 10:26:12 -04:00
  • 78a81d060c Fix: Add TypeScript type annotations to handleRemoveItem function Starstrike 2025-05-01 10:16:45 -04:00
  • fb24d900a4 Fix: Remove items from RSVPs when removed from needed items list Starstrike 2025-05-01 10:10:04 -04:00
  • cf4161ca6e Add manage needed items functionality to EventAdmin component and backend support Starstrike 2025-05-01 10:04:56 -04:00
  • be567c7b8a Fix wallpaper background styling to cover entire viewport Starstrike 2025-05-01 09:25:32 -04:00
  • 70f1535581 Add type annotations for event parameter Starstrike 2025-05-01 09:22:07 -04:00
  • efa37db52c Fix wallpaper path handling in event endpoints Starstrike 2025-05-01 09:20:22 -04:00
  • d2e27c4390 Fix RSVP items handling and response format Starstrike 2025-05-01 09:15:23 -04:00
  • 53adef2e15 Add robust error handling for RSVP items processing Starstrike 2025-05-01 09:14:26 -04:00
  • d8f99d3169 Fix RSVP items handling and response format Starstrike 2025-05-01 09:11:15 -04:00
  • 1470eecb99 Fix wallpaper path handling Starstrike 2025-05-01 09:04:12 -04:00
  • 76be457542 Add wallpaper background to all event views Starstrike 2025-05-01 09:00:21 -04:00
  • ca72b47941 Add wallpaper field to Event interface Starstrike 2025-05-01 08:56:58 -04:00
  • 89d364c6bd Fix Event type import conflict Starstrike 2025-05-01 08:55:27 -04:00
  • bb14edf9d9 Fix claimed items state management and wallpaper display Starstrike 2025-05-01 08:54:09 -04:00
  • e0a161eb51 Fix database volume mount to use app directory Starstrike 2025-05-01 08:47:36 -04:00
  • f15ad5f01e Fix database permissions and initialization issues Starstrike 2025-05-01 08:45:35 -04:00
  • d3dd0c6677 Fix volume mounts to use named volumes in docker-compose.yml Starstrike 2025-05-01 08:42:25 -04:00
  • 4f52ed9a27 Fix upload directory permissions and path issues Starstrike 2025-05-01 08:39:56 -04:00
  • da238ca9aa Fix wallpaper upload issues: add wallpaper column, update Docker config for proper file handling Starstrike 2025-05-01 08:37:04 -04:00
  • 4bf54e54c0 Fix TypeScript errors in EventForm for FormData handling Starstrike 2025-05-01 08:35:09 -04:00
  • cdf8bff0ec Implement wallpaper upload functionality with proper file handling and UI feedback Starstrike 2025-05-01 08:33:33 -04:00
  • 530b9aa7b3 Fix production dependencies and Docker configuration Starstrike 2025-05-01 08:28:00 -04:00
  • 2d594217f1 Add all required types to tsconfig.json Starstrike 2025-05-01 08:25:54 -04:00
  • 1b78231f34 Update Dockerfile and tsconfig.json for proper type definitions Starstrike 2025-05-01 08:25:07 -04:00
  • 04f01dd56c Fix multer types and configuration Starstrike 2025-05-01 08:23:54 -04:00
  • f7480c1d93 Fix needed_items handling in backend and frontend Starstrike 2025-05-01 08:22:30 -04:00
  • bfd27412af Enhance homepage with centered layout, larger title, and descriptive text Starstrike 2025-04-30 18:06:08 -04:00
  • bada79ed62 Add DELETE endpoint for events with cascade deletion of RSVPs Starstrike 2025-04-30 18:00:56 -04:00
  • 48d96e4b69 Add delete event button with confirmation dialog to admin page Starstrike 2025-04-30 17:56:15 -04:00
  • f01e4590fc Update RSVP URL pattern to match admin/view structure Starstrike 2025-04-30 15:05:51 -04:00
  • 787704ed8c Reorganize URL structure to put admin/view at the beginning of paths Starstrike 2025-04-30 15:04:01 -04:00
  • 63babdc9d9 Change View RSVPs button to outlined variant to match Manage RSVPs button Starstrike 2025-04-30 14:48:38 -04:00
  • 1549a39f41 Add VisibilityIcon to View RSVPs button Starstrike 2025-04-30 14:32:35 -04:00
  • ffcf959992 Add view-only RSVPs page and View RSVPs button Starstrike 2025-04-30 14:26:04 -04:00
  • 47af7f5d88 Fix admin button styling to show 'Manage RSVPs' text Starstrike 2025-04-30 14:18:53 -04:00
  • 1f331c7f74 Change admin button to include 'Manage RSVPs' text Starstrike 2025-04-30 14:16:15 -04:00
  • 631305b693 Fix TypeScript errors in RSVPForm item handling Starstrike 2025-04-30 14:11:03 -04:00
  • 20827ea95a Fix item claiming not showing up immediately after RSVP submission Starstrike 2025-04-30 14:07:34 -04:00
  • 2da352ee9e Fix item claiming in RSVP submission - Handle JSON stringification in backend, improve response handling Starstrike 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 Starstrike 2025-04-30 14:01:37 -04:00
  • 4c7d61e05f Fix: Update items status after RSVP submission and improve display Starstrike 2025-04-30 12:06:08 -04:00
  • 379cee3222 Fix: Handle items_bringing type more safely and improve error handling Starstrike 2025-04-30 12:02:52 -04:00
  • c4a39d5d3c Fix: Improve items_bringing parsing and error handling Starstrike 2025-04-30 11:14:33 -04:00
  • 50ae73b3ab Fix: Add type annotations to prevent TypeScript build errors Starstrike 2025-04-30 11:07:26 -04:00
  • c0554d2575 Fix: Add type safety and improve items handling in both components Starstrike 2025-04-30 11:05:46 -04:00
  • 7522b04334 Feature: Allow editing claimed items in admin view Starstrike 2025-04-30 10:53:43 -04:00
  • 09afdfe9ef Feature: Filter out claimed items and show items status Starstrike 2025-04-30 10:38:11 -04:00
  • 4c2a1f747d Fix: Properly parse JSON strings for needed_items and items_bringing Starstrike 2025-04-30 10:30:24 -04:00
  • 134bfbdb7e Fix: Handle array type checking in EventAdmin edit dialog Starstrike 2025-04-30 09:21:16 -04:00
  • fdde6c6b42 Fix: Handle items_bringing parsing in EventAdmin component Starstrike 2025-04-30 09:12:23 -04:00
  • db4df2885c Fix: Clean up needed items display in RSVPForm Starstrike 2025-04-30 09:01:21 -04:00
  • bbe5ad16ca Add explicit type annotations to fix TypeScript errors Starstrike 2025-04-29 21:41:22 -04:00
  • d9a7362d6b Improve needed_items handling in RSVPForm Starstrike 2025-04-29 20:14:07 -04:00
  • d5769dccd1 Fix array handling in RSVPForm items selection Starstrike 2025-04-29 20:09:10 -04:00
  • 9a4a7367c7 Fix Select renderValue type handling Starstrike 2025-04-29 20:06:51 -04:00
  • 7e08f8b185 Fix neededItems handling in RSVPForm to prevent map errors Starstrike 2025-04-29 19:58:47 -04:00
  • 765da97b52 Update EventDetails and RSVPForm components with needed items functionality and improved styling Starstrike 2025-04-29 19:56:17 -04:00
  • 4b800c849b fix: improve array handling throughout RSVPForm component Your Name 2025-04-29 19:43:54 -04:00
  • dda3242e1a fix: ensure consistent array handling in RSVPForm items selection Your Name 2025-04-29 19:40:38 -04:00
  • ddd0ce58c0 fix: ensure items_bringing is always an array in RSVPForm Your Name 2025-04-29 19:37:23 -04:00
  • 10b93e714a fix: add null check for neededItems in RSVPForm Your Name 2025-04-29 19:33:18 -04:00
  • d7530d2562 fix: add null check for neededItems in RSVPForm Your Name 2025-04-29 19:20:41 -04:00
  • d7030a2c33 fix: handle both array and string cases in RSVPForm renderValue function Your Name 2025-04-29 19:18:11 -04:00
  • d32ef9b50f fix: Add neededItems state to EventAdmin component - Add needed_items to Event interface - Add neededItems state and set it from event data Your Name 2025-04-29 19:15:13 -04:00
  • 0b65108db3 fix: Update EventAdmin component to handle items_bringing as array - Update editForm state type - Add handleItemsChange handler - Replace text field with multi-select for items Your Name 2025-04-29 19:06:15 -04:00
  • 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 Your Name 2025-04-29 19:01:36 -04:00
  • a7a0f27a4b Fix items formatting to respect newlines Your Name 2025-04-29 18:43:51 -04:00
  • 2584c241a5 Update box color to black and fix comma formatting Your Name 2025-04-29 18:41:03 -04:00
  • cd97f60cbb Improve transparency effects and add comma formatting Your Name 2025-04-29 18:37:39 -04:00
  • ac810b415a Fix blur effects and capitalize 'yes' in admin table Your Name 2025-04-29 18:34:14 -04:00
  • c9a754fc52 Remove non-existent Material-UI type packages Your Name 2025-04-29 18:31:29 -04:00
  • 733eb6f6d8 Remove non-existent Material-UI type packages Your Name 2025-04-29 18:31:21 -04:00
  • 3dc74413d2 Add Material-UI type definitions to fix linter errors Your Name 2025-04-29 18:29:53 -04:00
  • c598640cdd Update styling with space background, blur effects, and proper status formatting Your Name 2025-04-29 18:27:07 -04:00
  • 0161dd332b Update manifest.json to use favicon.ico Your Name 2025-04-29 18:22:41 -04:00
  • aa392c1c8a Improve styling and add favicon Your Name 2025-04-29 18:20:56 -04:00
  • d85bcc7296 Add EventDetails component and types with proper type definitions Your Name 2025-04-29 18:16:10 -04:00
  • fb61fc3ffb Fix TypeScript errors in EventAdmin component by splitting change handlers Your Name 2025-04-29 18:13:11 -04:00
  • 6a161be312 Add edit functionality to EventAdmin component Your Name 2025-04-29 18:09:37 -04:00
  • 52c49abdd6 Add static file serving for frontend build directory Your Name 2025-04-29 18:03:18 -04:00
  • ffae4f909a Update backend port to 3000 to match Docker Compose configuration Your Name 2025-04-29 18:01:17 -04:00