style(webui): notes in properties, enlarge scrollable area
ci/woodpecker/push/woodpecker Pipeline failed Details

feat/selector-improvements
Tomáš Mládek 2023-11-11 14:24:17 +01:00
parent cda25f7f17
commit c4f356b5b3
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,6 @@
on:handled={(ev) => (blobHandled = ev.detail)}
/>
</div>
<NotesEditor {address} on:change={onChange} />
{#if !$error}
<InspectGroups
{entity}
@ -381,6 +380,7 @@
on:change={() => revalidate()}
/>
<div class="properties">
<NotesEditor {address} on:change={onChange} />
<InspectTypeEditor {entity} on:change={() => revalidate()} />
{#each Object.entries($allTypes) as [typeAddr, { labels, attributes }]}
<EntryView