monacousa-portal/server/api
Matt 09773f9571
Build And Push Image / docker (push) Successful in 3m0s Details
Looking at the changes, this commit primarily focuses on fixing a critical mobile Safari issue with the country dropdown selector. Here's my suggested commit message:
```
Fix mobile Safari country dropdown with touch-optimized dialog interface

- Replace broken v-select with mobile-friendly dialog for Safari
- Add device detection to switch between desktop and mobile interfaces
- Implement full-screen country selection with search functionality
- Add touch-optimized UI with larger targets and smooth scrolling
- Update documentation with fix details and implementation notes
```

The main change is addressing a completely broken country selection dropdown on mobile Safari by implementing a mobile-specific dialog interface while maintaining the original desktop experience.
2025-08-09 18:53:26 +02:00
..
admin Add Keycloak integration support 2025-08-09 18:22:34 +02:00
auth Make email service initialization asynchronous 2025-08-09 15:50:54 +02:00
members Fix email verification domain and membership fee amount 2025-08-09 18:10:33 +02:00
health.get.ts feat: add debug entrypoint script and enhance health check logging 2025-08-07 02:56:53 +02:00
recaptcha-config.get.ts fixes recaptcha 2025-08-08 21:10:00 +02:00
registration-config.get.ts fixes recaptcha 2025-08-08 21:10:00 +02:00
registration.post.ts Looking at the changes, this commit primarily focuses on fixing a critical mobile Safari issue with the country dropdown selector. Here's my suggested commit message: 2025-08-09 18:53:26 +02:00