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:
parent
87251ea366
commit
e12479293d
3 changed files with 12 additions and 6 deletions
|
|
@ -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...",
|
||||
|
|
|
|||
|
|
@ -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...",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue