🔐 Vault

searchStore.setSearchQuery(e.target.value)} />
{#each groups as group} {#if !isTrashGroup(group.id)}
{/if} {/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 deletingGroup}
showDeleteGroupConfirm = null}>
e.stopPropagation()}>

Delete Group

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

{/if}