Commit Graph

16 Commits

Author SHA1 Message Date
86be1e8920 Enhance NewCustomerModal with callback support and toast notifications
- Add `onCustomerCreated` callback to refresh customer list after creation.
- Integrate `showInfoToast` and `showSuccessToast` for validation and creation feedback.
- Prevent closing modal on backdrop click; add explicit cancel button.
- Refactor `addCustomer` to use `callApi` and centralized routes.
- Simplify customer fetching logic in `CustomersPage` with reusable function.
2025-07-11 19:53:52 +02:00
7ba92dc66c Remove demo-related tables and indices from initial schema migration 2025-07-06 21:20:32 +02:00
e00142ff81 Customer Detail Page and Enhance dynamic breadcrumbs 2025-07-06 17:24:12 +00:00
916dbfcf95 Add customer management 2025-07-06 08:31:48 +00:00
e6ca52e72d Refactor ContactRequest to separate date and time fields, add Flyway for database migrations, and initialize schema. 2025-06-29 21:11:29 +09:00
a9d8a8cf43 Remove hCaptcha integration from contact form and API route 2025-06-29 20:39:57 +09:00
42758d7c2d Refactor HCaptchaValidator to improve token verification and logging. 2025-06-29 19:28:16 +09:00
d1b93eedaa Rename mailRestTemplate to plainRestTemplate in RestTemplateConfigTest. 2025-06-29 19:21:03 +09:00
a72ba69179 Inject plainRestTemplate into SubmitContactUseCaseImpl and update RestTemplateConfig. 2025-06-29 19:14:14 +09:00
d3389b0343 Make gateway host configurable via SERVER_HOST environment variable 2025-06-29 18:50:30 +09:00
e603658fbe Disable hCaptcha integration in ContactFormSection 2025-06-02 16:54:50 +02:00
5e2e742151 test 2025-05-30 05:33:51 +02:00
5a73be331b Gitlab CI/CD Pipeline 2025-05-29 18:51:59 +00:00
cb4eb80105 Refactoring + migrate mail package to server. 2025-05-04 19:17:26 +02:00
eb17e24511 Implement backend for contact form with gateway integration 2025-05-04 12:56:55 +02:00
a4f1a58f15 Initial Commit 2025-05-04 12:18:13 +02:00