Rebuild Studio page by splitting view and edit (#1629)

* Rebuild Studio page by splitting view and edit
* Fix parent studio id, open studio link in same tab

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
gitgiggety
2021-08-11 06:44:18 +02:00
committed by GitHub
parent 53489106a6
commit d4d45d5a06
9 changed files with 450 additions and 259 deletions

View File

@@ -321,7 +321,7 @@ export const SceneScrapeDialog: React.FC<ISceneScrapeDialogProps> = (
new ScrapeResult<string>(props.scene.cover_image, props.scraped.image)
);
const [createStudio] = useStudioCreate({ name: "" });
const [createStudio] = useStudioCreate();
const [createPerformer] = usePerformerCreate();
const [createMovie] = useMovieCreate();
const [createTag] = useTagCreate();