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

@@ -56,6 +56,7 @@ export const SceneList: React.FC<ISceneList> = ({
const listData = useScenesList({
zoomable: true,
selectable: true,
otherOperations,
renderContent,
renderEditDialog: renderEditScenesDialog,