added scene manager

This commit is contained in:
IDONTSUDO 2024-01-23 17:26:59 +03:00
parent 2adb939f37
commit 9028186a74
34 changed files with 962 additions and 281 deletions

View file

@ -32,12 +32,12 @@ export const AllProjectScreen: React.FunctionComponent = observer(() => {
<h5 style={{ backgroundColor: "ButtonShadow" }}>
<Button
onClick={() => {
navigate(PipelineInstanceScreenPath + allProjectStore.activePipeline?.projectUUID ?? "");
navigate(PipelineInstanceScreenPath + allProjectStore.activePipeline?.projectId ?? "");
}}
>
Project main panel
</Button>
{allProjectStore.activePipeline?.projectUUID ?? "loading"}
{allProjectStore.activePipeline?.projectId ?? "loading"}
</h5>
{allProjectStore.projectsModels?.map((el) => {
return (