Refactor filtered list toolbar (#6317)

* Refactor list operation buttons into a single button group
* Refactor ListFilter into FilteredListToolbar and restyle
* Move zoom keybinds out of zoom control
* Use button group for display mode select
* Hide zoom slider on xs devices
This commit is contained in:
WithoutPants
2025-11-25 17:36:13 +11:00
committed by GitHub
parent 50ad3c0778
commit d6a2953371
15 changed files with 208 additions and 242 deletions

View File

@@ -226,7 +226,6 @@ export const GroupList: React.FC<IGroupList> = ({
selectable={selectable}
>
<ItemList
zoomable
view={view}
otherOperations={otherOperations}
addKeybinds={addKeybinds}