added easier access points to modify schema + added relation flip in dialog

This commit is contained in:
dswbx
2025-01-17 13:17:09 +01:00
parent 1625a0c7c0
commit a723d6f618
13 changed files with 157 additions and 48 deletions

View File

@@ -55,8 +55,10 @@ export function FlowsEmpty() {
title="No flow selected"
description="Please select a flow from the left sidebar or create a new one
to continue."
buttonText="Create Flow"
buttonOnClick={() => navigate(app.getSettingsPath(["flows"]))}
primary={{
children: "Create Flow",
onClick: () => navigate(app.getSettingsPath(["flows"]))
}}
/>
</main>
</>