Commit Graph

6 Commits

Author SHA1 Message Date
ee910aecf0 🔧 Fix footer positioning in adminlogin and generator pages
- Added proper HTML/body height: 100% for full viewport height
- Changed body to flex-direction: column for proper footer positioning
- Updated footer CSS with margin-top: auto for sticky footer behavior
- Added flex-grow: 1 to containers for proper space distribution
- Footer now properly sticks to bottom of viewport
- Improved responsive layout for both adminlogin and generator pages
2025-09-08 21:48:48 +02:00
b610d85313 🔧 Fix location name logic: User determines name, API only provides coordinates
- Removed automatic API location name usage
- User input from locationSearch field is used as location name
- API search only provides coordinates (latitude/longitude)
- User has full control over location naming
- Search functionality purely for coordinate lookup
2025-09-08 21:44:18 +02:00
7d88ad036d 🔧 Fix location name: Use real location name from API instead of search term
- Added hidden field 'realLocationName' to store actual location name from Nominatim API
- Updated location saving to use real location name (display_name) instead of search term
- Fallback to search term if real location name not available
- Now saves proper location names like 'Marienplatz, Altstadt-Lehel, München, Bayern, Deutschland' instead of just 'München'
- Improved location data quality in database
2025-09-08 21:41:58 +02:00
a78a8dc3ce edia all routes 2025-09-05 13:15:11 +02:00
4d00be8127 Keks notice! 2025-09-05 07:42:07 +02:00
eb1d713942 Refactor ALL 2025-09-04 14:31:17 +02:00