forked from MapComplete/MapComplete
Add icons and titles to studio accordeons
This commit is contained in:
parent
c66e836cac
commit
5628e66dce
30 changed files with 197 additions and 128 deletions
|
|
@ -28,7 +28,7 @@
|
|||
{:else if title}
|
||||
<AccordionSingle>
|
||||
<div slot="header">{title}</div>
|
||||
<div class="flex w-full flex-col gap-y-1 border border-black pl-2">
|
||||
<div class="flex w-full flex-col gap-y-1 pl-2">
|
||||
<slot name="description" />
|
||||
{#each configsFiltered as config}
|
||||
<SchemaBasedInput {state} path={config.path} schema={config} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue