Merge branch 'feature/bookmark_edit' into dev
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 2m12s
Build Docker Image / Clean-Registry (push) Successful in -8s

This commit is contained in:
2026-03-16 21:47:52 +01:00

View File

@@ -36,6 +36,6 @@
</legend>
{@html target(bookmark.comment.rendered)}
<Tags module="bookmark" id={bookmark.id} />
<button onclick={e => edit(bookmark.id)} >{t('edit')}</button>
<button onclick={e => edit(bookmark)} >{t('edit')}</button>
</fieldset>
{/if}