Commit Graph

236 Commits

Author SHA1 Message Date
Your Name
2584c241a5 Update box color to black and fix comma formatting 2025-04-29 18:41:03 -04:00
Your Name
cd97f60cbb Improve transparency effects and add comma formatting 2025-04-29 18:37:39 -04:00
Your Name
ac810b415a Fix blur effects and capitalize 'yes' in admin table 2025-04-29 18:34:14 -04:00
Your Name
c9a754fc52 Remove non-existent Material-UI type packages 2025-04-29 18:31:29 -04:00
Your Name
733eb6f6d8 Remove non-existent Material-UI type packages 2025-04-29 18:31:21 -04:00
Your Name
3dc74413d2 Add Material-UI type definitions to fix linter errors 2025-04-29 18:29:53 -04:00
Your Name
c598640cdd Update styling with space background, blur effects, and proper status formatting 2025-04-29 18:27:07 -04:00
Your Name
0161dd332b Update manifest.json to use favicon.ico 2025-04-29 18:22:41 -04:00
Your Name
aa392c1c8a Improve styling and add favicon 2025-04-29 18:20:56 -04:00
Your Name
d85bcc7296 Add EventDetails component and types with proper type definitions 2025-04-29 18:16:10 -04:00
Your Name
fb61fc3ffb Fix TypeScript errors in EventAdmin component by splitting change handlers 2025-04-29 18:13:11 -04:00
Your Name
6a161be312 Add edit functionality to EventAdmin component 2025-04-29 18:09:37 -04:00
Your Name
52c49abdd6 Add static file serving for frontend build directory 2025-04-29 18:03:18 -04:00
Your Name
ffae4f909a Update backend port to 3000 to match Docker Compose configuration 2025-04-29 18:01:17 -04:00
Your Name
e89e3d4791 Switch from MySQL to SQLite database 2025-04-29 17:58:42 -04:00
Your Name
d1ecfa9595 Add MySQL service and network configuration to docker-compose.yml 2025-04-29 14:22:54 -04:00
Your Name
9580cdc547 Fix TypeScript errors by properly typing MySQL query results 2025-04-29 14:20:37 -04:00
Your Name
fb32f8a71f Update backend to properly handle event slugs and fix RSVP endpoints 2025-04-29 14:17:36 -04:00
Your Name
6a95d9cdfd Update Dockerfile to properly handle TypeScript build and dependencies 2025-04-29 14:14:51 -04:00
Your Name
0816456068 Add admin functionality and improve UI styling 2025-04-29 14:08:56 -04:00
Your Name
55aae01652 Update RSVP form with Material-UI components and improved styling 2025-04-29 14:05:13 -04:00
Your Name
e4e20c5bcf Add navigation to RSVP form from event cards 2025-04-29 14:01:29 -04:00
Your Name
72837de000 Add App.css with basic styling 2025-04-29 13:58:36 -04:00
Your Name
1f53d68b7d Update docker-compose.yml configuration 2025-04-29 13:56:54 -04:00
Your Name
6d8b4d0467 Add RSVP functionality with dynamic form and slug-based URLs 2025-04-29 13:55:55 -04:00
Your Name
43932835b4 Add database.sqlite creation step to Dockerfile 2025-04-29 13:51:49 -04:00
Your Name
d8a3c5abe0 Add proper TypeScript types for SQLite database connection 2025-04-29 13:50:50 -04:00
Your Name
522e6610c4 Update docker-compose.yml with correct volume configuration 2025-04-29 13:48:46 -04:00
Your Name
e90fdd6201 Switch from MySQL to SQLite for simpler database setup 2025-04-29 13:44:36 -04:00
Your Name
e74db19602 Add better error handling and logging to server code 2025-04-29 13:32:40 -04:00
Your Name
d060ac8255 Add container names to docker-compose.yml 2025-04-29 13:27:45 -04:00
Your Name
907d6c6a17 Add tsconfig.json for TypeScript compilation 2025-04-29 13:18:13 -04:00
Your Name
d2f30f528e Update Dockerfile and package.json for proper TypeScript build and deployment 2025-04-29 13:16:21 -04:00
Your Name
eb2d967fd4 feat: add required public files for React build 2025-04-29 13:14:05 -04:00
Your Name
fd97de465d fix: update TypeScript version to 4.9.5 for compatibility with react-scripts 2025-04-29 13:12:25 -04:00
b80879f46b Initial commit: RSVP Manager with React frontend and Express backend 2025-04-29 13:08:01 -04:00