forked from MapComplete/MapComplete
		
	UX: move 'open here in different app' to more logical place, make translatable
This commit is contained in:
		
							parent
							
								
									be1e1673d9
								
							
						
					
					
						commit
						3b5c620546
					
				
					 3 changed files with 5 additions and 2 deletions
				
			
		|  | @ -309,6 +309,7 @@ | ||||||
|             "aboutMapComplete": "About MapComplete", |             "aboutMapComplete": "About MapComplete", | ||||||
|             "filter": "Filter data", |             "filter": "Filter data", | ||||||
|             "moreUtilsTitle": "Discover more", |             "moreUtilsTitle": "Discover more", | ||||||
|  |             "openHereDifferentApp": "Open the current location in other applications", | ||||||
|             "showIntroduction": "Show introduction", |             "showIntroduction": "Show introduction", | ||||||
|             "title": "Menu" |             "title": "Menu" | ||||||
|         }, |         }, | ||||||
|  |  | ||||||
|  | @ -43,7 +43,7 @@ | ||||||
|   import ThemeIntroPanel from "./ThemeIntroPanel.svelte" |   import ThemeIntroPanel from "./ThemeIntroPanel.svelte" | ||||||
|   import Marker from "../Map/Marker.svelte" |   import Marker from "../Map/Marker.svelte" | ||||||
|   import LogoutButton from "../Base/LogoutButton.svelte" |   import LogoutButton from "../Base/LogoutButton.svelte" | ||||||
|   import { BoltIcon } from "@babeard/svelte-heroicons/mini" |   import { BoltIcon, ShareIcon } from "@babeard/svelte-heroicons/mini" | ||||||
|   import Copyright from "../../assets/svg/Copyright.svelte" |   import Copyright from "../../assets/svg/Copyright.svelte" | ||||||
|   import Pencil from "../../assets/svg/Pencil.svelte" |   import Pencil from "../../assets/svg/Pencil.svelte" | ||||||
|   import SidebarUnit from "../Base/SidebarUnit.svelte" |   import SidebarUnit from "../Base/SidebarUnit.svelte" | ||||||
|  | @ -60,6 +60,7 @@ | ||||||
|   let featureSwitches = state.featureSwitches |   let featureSwitches = state.featureSwitches | ||||||
|   let showHome = featureSwitches.featureSwitchBackToThemeOverview |   let showHome = featureSwitches.featureSwitchBackToThemeOverview | ||||||
|   let pg = state.guistate.pageStates |   let pg = state.guistate.pageStates | ||||||
|  |   let location = state.mapProperties.location | ||||||
|   export let onlyLink: boolean |   export let onlyLink: boolean | ||||||
|   const t = Translations.t.general.menu |   const t = Translations.t.general.menu | ||||||
| </script> | </script> | ||||||
|  | @ -237,6 +238,8 @@ | ||||||
|       <MapillaryLink large={false} mapProperties={state.mapProperties} /> |       <MapillaryLink large={false} mapProperties={state.mapProperties} /> | ||||||
|     </If> |     </If> | ||||||
| 
 | 
 | ||||||
|  |     <a class="flex sidebar-button" href="geo:{$location.lat},{$location.lon}"><ShareIcon /><Tr t={t.openHereDifferentApp}/></a> | ||||||
|  | 
 | ||||||
|   </SidebarUnit> |   </SidebarUnit> | ||||||
| 
 | 
 | ||||||
|   <!-- About MC: various outward links, legal info, ... --> |   <!-- About MC: various outward links, legal info, ... --> | ||||||
|  |  | ||||||
|  | @ -119,7 +119,6 @@ | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <div class="link-underline flex flex-col"> | <div class="link-underline flex flex-col"> | ||||||
|   <a href="geo:{$location.lat},{$location.lon}">Open the current location in other applications</a> |  | ||||||
| 
 | 
 | ||||||
|   <div class="flex flex-col"> |   <div class="flex flex-col"> | ||||||
|     <Tr t={tr.intro} /> |     <Tr t={tr.intro} /> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue