Chore: housekeeping: lint

This commit is contained in:
Pieter Vander Vennet 2023-12-19 22:08:00 +01:00
parent 2cbd709d71
commit 663b194247
334 changed files with 4675 additions and 1730 deletions

View file

@ -260,7 +260,12 @@
<Loading />
</div>
{:else if state === "editing_layer"}
<EditLayer state={editLayerState} backToStudio={() => {state = undefined}}>
<EditLayer
state={editLayerState}
backToStudio={() => {
state = undefined
}}
>
<BackButton
clss="small p-1"
imageClass="w-8 h-8"
@ -288,19 +293,18 @@
{#if { intro, tagrenderings: intro_tagrenderings }[$showIntro]?.sections}
<FloatOver
on:close={() => {
showIntro.setData("no")
}}
showIntro.setData("no")
}}
>
<div class="flex h-full p-4 pr-12">
<Walkthrough
pages={{ intro, tagrenderings: intro_tagrenderings }[$showIntro]?.sections}
on:done={() => {
showIntro.setData("no")
}}
showIntro.setData("no")
}}
/>
</div>
</FloatOver>
{/if}
</LoginToggle>
</If>