theis.gaedigk
470fe75d86
added chocolates box
2026-06-09 17:43:56 +02:00
theis.gaedigk
a66b150d97
added prize draw name to tables
2026-06-03 16:29:45 +02:00
theis.gaedigk
f7a0a3753c
refactored code
2026-05-25 11:32:45 +02:00
theis.gaedigk
542d832eab
improved design
2026-05-24 13:55:12 +02:00
theis.gaedigk
1f11a4ecab
added page footer
2026-05-24 13:50:41 +02:00
theis.gaedigk
ccb09caa4f
refactored code
2026-05-24 13:26:52 +02:00
theis.gaedigk
1cd0379654
redesgigned page
2026-05-24 13:12:09 +02:00
theis.gaedigk
39b15aec65
refactored code
2026-05-24 13:08:13 +02:00
theis.gaedigk
6915e60cec
implemented tanstack form
2026-05-24 13:07:06 +02:00
theis.gaedigk
11c2372cae
outsourced modals
2026-05-19 21:54:02 +02:00
theis.gaedigk
d5b6c9665c
added new warning
2026-05-18 23:23:43 +02:00
theis.gaedigk
ce2d0bb329
noted out 3sec pause
2026-05-18 20:41:35 +02:00
theis.gaedigk
c25ab48880
fully implemented tanstack query
2026-05-18 19:14:48 +02:00
theis.gaedigk
8932f5d004
changed code formatting
2026-05-18 18:11:46 +02:00
theis.gaedigk
3832aca12c
implemented tanstack query
2026-05-18 18:05:05 +02:00
theis.gaedigk
a88c141f28
fixed code
2026-05-11 22:41:18 +02:00
theis.gaedigk
843a5d07d9
added webserver config and dockerfile
2026-05-10 21:08:17 +02:00
theis.gaedigk
4008b3de94
changed website icon
2026-05-10 21:03:55 +02:00
theis.gaedigk
08cb38df8f
deleted unused code
2026-05-10 20:46:29 +02:00
theis.gaedigk
8650745009
add MUI components and update localization for payment methods
2026-05-10 20:45:51 +02:00
theis.gaedigk
5c035ba1c0
add lucide-react dependency and update form handling in MainForm
...
- Added lucide-react to package dependencies
- Refactored MainForm to improve form handling and user selection
- Removed SuccessPage component and related logic
- Updated localization files to include new keys for invoice details
- Created interfaces for form data and messages
2026-05-10 19:39:32 +02:00
theis.gaedigk
746530ae4c
improved ground structure
2026-05-10 18:31:46 +02:00
theis.gaedigk
3fd0889ebf
ground structure
2026-05-10 18:21:34 +02:00
theis.gaedigk
e3a26de92d
added new frontend and renamed old frontend
2026-05-10 13:30:20 +02:00
theis.gaedigk
4df6d243f3
feat: implement dynamic API base URL and add language toggle in MainForm
...
Co-authored-by: Copilot <copilot@github.com >
2026-05-04 22:03:21 +02:00
theis.gaedigk
e3e1037a85
feat: update SuccessPage with countdown and return button; localize return button text
2026-01-21 16:27:32 +01:00
theis.gaedigk
9445f5d417
refactor: update MainForm layout and payment method selection; localize submit button text
2026-01-21 16:15:52 +01:00
theis.gaedigk
308b21ae6c
improved choosing payment method
2026-01-21 15:51:38 +01:00
theis.gaedigk
8396840149
fixed bug: ids are not updating
2026-01-21 12:46:56 +01:00
theis.gaedigk
e2ed58499a
feat: implement success page and update routing; add lucide icons and enhance form submission feedback
2026-01-21 10:26:39 +01:00
theis.gaedigk
c985a20207
feat: enhance MainForm layout and user experience; add new components and improve form structure
...
feat: update i18n configuration to prioritize browser language; enhance language detection
feat: add new translation keys for form submission feedback in English and German
2026-01-20 19:07:03 +01:00
theis.gaedigk
fd37e40253
feat: enhance user confirmation and data submission; add newEntry function and update MainForm to handle user selection
2026-01-20 18:50:16 +01:00
theis.gaedigk
001999f21d
added value to selector
2026-01-19 14:07:39 +01:00
theis.gaedigk
3c5ec1923f
feat: add user confirmation functionality and dynamic table creation; enhance MainForm with user selection and next ID display
2026-01-19 13:51:33 +01:00
theis.gaedigk
1208d731ca
feat: update user retrieval and add new users table; enhance MainForm with user fetching and localization support
2026-01-19 12:38:50 +01:00
theis.gaedigk
9bc22300eb
edited nginx config
2026-01-19 12:10:40 +01:00
theis.gaedigk
89f40ac854
fixed submitting form
2026-01-14 17:25:59 +01:00
theis.gaedigk
812f2a0824
changed form layout
2026-01-14 17:21:38 +01:00
theis.gaedigk
ba9deca84c
feat: update MainForm component labels for consistency and localization; enhance i18next support in translation files
2026-01-14 13:10:06 +01:00
theis.gaedigk
411e3cba46
feat: update MainForm component for improved form handling and validation; add i18next support for localization
2026-01-14 13:01:45 +01:00
theis.gaedigk
110a5b17c2
feat: integrate Tailwind CSS and enhance MainForm component
...
- Added Tailwind CSS and related packages to the project.
- Refactored App.css and index.css to use Tailwind for styling.
- Enhanced MainForm component with improved form handling, validation, and layout using Material-UI and Tailwind CSS.
- Implemented dynamic error handling and submission feedback.
- Created a new Tailwind configuration file.
2026-01-13 19:46:34 +01:00
theis.gaedigk
ba1a221ef3
feat: implement MainForm component and set up routing; add user table schema and trigger in SQL
2026-01-13 19:01:06 +01:00
theis.gaedigk
8a915ea5f5
feat: initialize backend and frontend structure with Docker support
...
- Added backend package.json with dependencies for Express, MySQL, and EJS.
- Created server.js for backend server setup with basic routing and error handling.
- Added EJS view for the index page.
- Set up Docker Compose configuration for frontend, backend, and MySQL database services.
- Created Dockerfile for frontend build process using Node and Nginx.
- Configured Nginx for serving frontend application.
- Implemented i18n setup for internationalization with English and German language support.
- Added localization files for English and German languages.
2026-01-13 18:16:10 +01:00
theis.gaedigk
6ed62f0f8d
initial commit
2025-12-23 00:31:59 +01:00