misc linting, error handling and code-splitting

This commit is contained in:
2025-10-13 20:19:13 +02:00
parent 195cc47368
commit c8f828bfb0
10 changed files with 212 additions and 31 deletions

View File

@@ -10,7 +10,9 @@
<h2>{title}</h2>
<slot name="top-left" />
</div>
<label>{description}</label>
{#if description && description?.length > 0}
<label>{description}</label>
{/if}
</div>
{/if}