mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
UI improvements (#726)
* Use rating stars in movie * Make multiset button more obvious * Hide select all/none buttons where not selectable * Make add the default multi-set mode
This commit is contained in:
@@ -64,7 +64,7 @@ const MultiSet: React.FunctionComponent<IMultiSetProps> = (
|
||||
<InputGroup.Prepend>
|
||||
<Button
|
||||
size="sm"
|
||||
variant="secondary"
|
||||
variant="primary"
|
||||
onClick={() => props.onSetMode(nextMode())}
|
||||
title={getModeText()}
|
||||
disabled={props.disabled}
|
||||
|
||||
Reference in New Issue
Block a user