implemented deletion and updating of notes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user