feat: search bar clear button

This commit is contained in:
afn
2022-11-26 21:11:35 -05:00
parent 94bfe7ec77
commit 7509a724b3
4 changed files with 31 additions and 12 deletions

View File

@ -52,7 +52,7 @@
<main>
<aside in:fly={{ y: 10, easing: quintOut, duration: 750, delay: 100 }}>
<TreeMenu title="Search patches...">
<Search bind:searchTerm title="Search patches..." />
<Search bind:searchTerm title="Search patches" />
<span>
{#each packages as pkg}
<TreeMenuButton bind:current name={pkg} />