Studio: usability tests

This commit is contained in:
Pieter Vander Vennet 2023-10-20 19:04:55 +02:00
parent 0f60977b6d
commit 2041a9245d
37 changed files with 524 additions and 446 deletions

View file

@ -26,7 +26,8 @@
}
const apiState = state.osmConnection.apiIsOnline
</script>
<slot />
<!--
{#if $badge}
{#if !ignoreLoading && $loadingStatus === "loading"}
<slot name="loading">
@ -42,4 +43,4 @@
{:else if $loadingStatus === "not-attempted"}
<slot name="not-logged-in" />
{/if}
{/if}
{/if} -->