forked from MapComplete/MapComplete
		
	UX: better feedback on osm connection state; add user agent and path
This commit is contained in:
		
							parent
							
								
									09109925bc
								
							
						
					
					
						commit
						287424d249
					
				
					 3 changed files with 10 additions and 1 deletions
				
			
		|  | @ -421,7 +421,7 @@ | |||
|       <If condition={state.featureSwitches.featureSwitchFakeUser}> | ||||
|         <div class="alert w-fit">Faking a user (Testmode)</div> | ||||
|       </If> | ||||
|       {#if $apiState !== "online"} | ||||
|       {#if $apiState !== "online" && $apiState !== "unknown"} | ||||
|         <div class="alert w-fit">API is {$apiState}</div> | ||||
|       {/if} | ||||
|     </div> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue