archive widgets design

This commit is contained in:
Jan Prochazka
2021-12-09 13:58:31 +01:00
parent a0be0d59e3
commit 77ca6aedb3
3 changed files with 56 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
import AppObjectList from '../appobj/AppObjectList.svelte';
import * as archiveFolderAppObject from '../appobj/ArchiveFolderAppObject.svelte';
import runCommand from '../commands/runCommand';
import CloseSearchButton from '../elements/CloseSearchButton.svelte';
import InlineButton from '../elements/InlineButton.svelte';
@@ -25,6 +26,7 @@
<SearchBoxWrapper>
<SearchInput placeholder="Search archive folders" bind:value={filter} />
<CloseSearchButton bind:filter />
<InlineButton on:click={() => runCommand('new.archiveFolder')} title="Add new archive folder">
<FontIcon icon="icon plus-thick" />
</InlineButton>