forked from MapComplete/MapComplete
		
	Housekeeping
This commit is contained in:
		
							parent
							
								
									7ad311d91a
								
							
						
					
					
						commit
						60efd0844f
					
				
					 175 changed files with 24802 additions and 1949 deletions
				
			
		|  | @ -3,15 +3,15 @@ | |||
|    * Shows an 'upload'-button which will start the upload for this feature | ||||
|    */ | ||||
| 
 | ||||
|   import type { SpecialVisualizationState } from "../SpecialVisualization"; | ||||
|   import { ImmutableStore, Store } from "../../Logic/UIEventSource"; | ||||
|   import type { OsmTags } from "../../Models/OsmFeature"; | ||||
|   import LoginToggle from "../Base/LoginToggle.svelte"; | ||||
|   import Translations from "../i18n/Translations"; | ||||
|   import Tr from "../Base/Tr.svelte"; | ||||
|   import UploadingImageCounter from "./UploadingImageCounter.svelte"; | ||||
|   import FileSelector from "../Base/FileSelector.svelte"; | ||||
|   import Camera_plus from "../../assets/svg/Camera_plus.svelte"; | ||||
|   import type { SpecialVisualizationState } from "../SpecialVisualization" | ||||
|   import { ImmutableStore, Store } from "../../Logic/UIEventSource" | ||||
|   import type { OsmTags } from "../../Models/OsmFeature" | ||||
|   import LoginToggle from "../Base/LoginToggle.svelte" | ||||
|   import Translations from "../i18n/Translations" | ||||
|   import Tr from "../Base/Tr.svelte" | ||||
|   import UploadingImageCounter from "./UploadingImageCounter.svelte" | ||||
|   import FileSelector from "../Base/FileSelector.svelte" | ||||
|   import Camera_plus from "../../assets/svg/Camera_plus.svelte" | ||||
| 
 | ||||
|   export let state: SpecialVisualizationState | ||||
| 
 | ||||
|  | @ -57,7 +57,7 @@ | |||
|         {#if image !== undefined} | ||||
|           <img src={image} /> | ||||
|         {:else} | ||||
|           <Camera_plus class="block w-12 h-12 p-1 text-4xl"/> | ||||
|           <Camera_plus class="block h-12 w-12 p-1 text-4xl" /> | ||||
|         {/if} | ||||
|         {#if labelText} | ||||
|           {labelText} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue