Housekeeping: formatting

This commit is contained in:
Pieter Vander Vennet 2024-02-20 13:33:38 +01:00
parent 9d53a45f9a
commit 1528dfaae1
168 changed files with 3332 additions and 4560 deletions

View file

@ -44,7 +44,7 @@
preset: PresetConfig
layer: LayerConfig
icon: BaseUIElement
tags: Record<string, string>,
tags: Record<string, string>
text: Translation
} = undefined
let checkedOfGlobalFilters: number = 0
@ -201,7 +201,7 @@
state.guistate.openFilterView(selectedPreset.layer)
}}
>
<Layers class="w-12"/>
<Layers class="w-12" />
<Tr t={Translations.t.general.add.openLayerControl} />
</button>
@ -242,7 +242,7 @@
state.guistate.openFilterView(selectedPreset.layer)
}}
>
<Layers class="w-12"/>
<Layers class="w-12" />
<Tr t={Translations.t.general.add.openLayerControl} />
</button>
</div>
@ -285,7 +285,7 @@
<NextButton on:click={() => (confirmedCategory = true)} clss="primary w-full">
<div slot="image" class="relative">
<ToSvelte construct={selectedPreset.icon}/>
<ToSvelte construct={selectedPreset.icon} />
<Confirm class="absolute bottom-0 right-0 h-4 w-4" />
</div>
<div class="w-full">
@ -304,7 +304,7 @@
<Tr
slot="message"
t={_globalFilter[checkedOfGlobalFilters].onNewPoint?.confirmAddNew.Subs({
preset: selectedPreset.text
preset: selectedPreset.text,
})}
/>
</SubtleButton>