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:
WithoutPants
2020-08-14 09:41:01 +10:00
committed by GitHub
parent a39666467e
commit 44c32a91d3
6 changed files with 19 additions and 14 deletions

View File

@@ -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}