Add descriptions to export dropdown, fix z-index and alignment

- Add description text below each export option explaining the difference
- Fix z-index (z-[1001]) so dropdown renders above the map
- Align dropdown left instead of right to avoid overflow
- Widen dropdown (w-56) to fit descriptions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-03 11:06:58 +01:00
parent 87251ea366
commit e12479293d
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
3 changed files with 12 additions and 6 deletions

View file

@ -19,7 +19,9 @@ export default {
saveRoute: "Route speichern",
exportGpx: "GPX exportieren",
exportRoute: "Route exportieren",
exportRouteDesc: "GPX-Track für jede App",
exportPlan: "Plan exportieren",
exportPlanDesc: "Mit Wegpunkten und Sperrzonen",
profile: "Profil",
connecting: "Verbinde...",
loadingMap: "Karte wird geladen...",

View file

@ -19,7 +19,9 @@ export default {
saveRoute: "Save Route",
exportGpx: "Export GPX",
exportRoute: "Export Route",
exportRouteDesc: "Clean GPX track for any app",
exportPlan: "Export Plan",
exportPlanDesc: "Includes waypoints and no-go areas",
profile: "Profile",
connecting: "Connecting...",
loadingMap: "Loading map...",