mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
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:
@@ -226,7 +226,6 @@ export const GroupList: React.FC<IGroupList> = ({
|
||||
selectable={selectable}
|
||||
>
|
||||
<ItemList
|
||||
zoomable
|
||||
view={view}
|
||||
otherOperations={otherOperations}
|
||||
addKeybinds={addKeybinds}
|
||||
|
||||
Reference in New Issue
Block a user