implemented deletion and updating of notes

This commit is contained in:
2025-07-30 21:00:18 +02:00
parent 3dab95691b
commit 8446f1e08f
8 changed files with 71 additions and 20 deletions

View File

@@ -186,7 +186,7 @@
{#if ready}
<div class="kanban" style="display: grid; grid-template-columns: {`repeat(${columns}, auto)`}">
<span class="filter">
<input type="text" bind:value={filter_input} />
<input type="text" bind:value={filter_input} autofocus />
{t('filter')}
</span>
<div class="head">{t('user')}</div>