🔐 Vault

searchStore.query = e.target.value} />
onDragOverGroup(e, 'all')} ondragleave={onDragLeaveGroup} ondrop={(e) => onDropGroup('all', e)} >
{#each groups as group}
onDragOverGroup(e, group.id)} ondragleave={onDragLeaveGroup} ondrop={(e) => onDropGroup(group.id, e)} >
{/each}
{#if showGroupForm}
showGroupForm = false}>
e.stopPropagation()}>

{editingGroupId ? 'Edit Group' : 'New Group'}

{#if groupError}
{groupError}
{/if}
Color
{#each GROUP_COLORS as color} {/each}
{/if} {#if dropTargetGroupId}
Drop here to move
{/if} {#if deletingGroup}
showDeleteGroupConfirm = null}>
e.stopPropagation()}>

Delete Group

Delete "{deletingGroup.name}"? Entries in this group will become ungrouped.

{/if}