feat: Add public/private badge to CollectionCard and fix delete button in NoteCard
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
) + 1}{' '}
|
||||
days
|
||||
</p>{/if}
|
||||
<div class="badge badge-neutral">{collection.is_public ? 'Public' : 'Private'}</div>
|
||||
<div class="card-actions justify-end">
|
||||
{#if type != 'link'}
|
||||
<button on:click={deleteCollection} class="btn btn-secondary"
|
||||
|
||||
Reference in New Issue
Block a user