move filter reset button to header

This commit is contained in:
jeffvli
2026-01-18 14:04:30 -08:00
parent 5c06624f8c
commit dad3d10a83
9 changed files with 27 additions and 50 deletions
@@ -45,7 +45,7 @@ const SongListFilters = () => {
return (
<ListWithSidebarContainer.SidebarPortal>
<Stack h="100%">
<ListFiltersTitle />
<ListFiltersTitle itemType={LibraryItem.SONG} />
<ScrollArea>
<ListFilters itemType={LibraryItem.SONG} />
</ScrollArea>