add feedback and report things
All checks were successful
deploy / build-and-deploy (/testvaro, /opt/website-test, website-test) (push) Successful in 22s
deploy / build-and-deploy (/varo, /opt/website, website) (push) Successful in 21s

This commit is contained in:
2025-06-21 14:45:39 +02:00
parent 9c49585873
commit ee8f595ecc
25 changed files with 898 additions and 57 deletions

View File

@ -56,8 +56,8 @@
{#if defaultValue != null}
<option disabled selected>{defaultValue}</option>
{/if}
{#each Object.entries(values) as [value, label] (value)}
<option {value}>{label}</option>
{#each Object.entries(values) as [v, label] (v)}
<option value={v} selected={v === value}>{label}</option>
{/each}
</select>
<p class="fieldset-label">