Improve bulk performer editing (#2467)

* Cleanup Edit Performers dialog
* Add bulk text inputs to edit performers dialog
* Make bulk update code more generic
* Add remaining performer fields
This commit is contained in:
WithoutPants
2022-04-03 07:05:57 +10:00
committed by GitHub
parent 9e2261a813
commit f9cf77e3ed
10 changed files with 287 additions and 127 deletions

View File

@@ -74,6 +74,7 @@ const MultiSet: React.FunctionComponent<IMultiSetProps> = (
function renderModeButton(mode: GQL.BulkUpdateIdMode) {
return (
<Button
key={mode}
variant="primary"
active={props.mode === mode}
size="sm"