mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 04:18:42 -06:00
Merge pull request #18 from bunny-lab-io/codex/modify-status-bar-parent-to-flow-editor
Move status bar inside workflow editor
This commit is contained in:
@@ -226,6 +226,7 @@ export default function App() {
|
||||
|
||||
case "workflow-editor":
|
||||
return (
|
||||
<Box sx={{ display: "flex", flexDirection: "column", flexGrow: 1, overflow: "hidden" }}>
|
||||
<Box sx={{ display: "flex", flexGrow: 1, overflow: "hidden" }}>
|
||||
<NodeSidebar
|
||||
categorizedNodes={categorizedNodes}
|
||||
@@ -268,6 +269,8 @@ export default function App() {
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
<StatusBar />
|
||||
</Box>
|
||||
);
|
||||
|
||||
default:
|
||||
@@ -312,7 +315,6 @@ export default function App() {
|
||||
{renderMainContent()}
|
||||
</Box>
|
||||
</Box>
|
||||
<StatusBar />
|
||||
</Box>
|
||||
<CloseAllDialog open={confirmCloseOpen} onClose={() => setConfirmCloseOpen(false)} onConfirm={() => {}} />
|
||||
<CreditsDialog open={creditsDialogOpen} onClose={() => setCreditsDialogOpen(false)} />
|
||||
|
Reference in New Issue
Block a user