From 82df77c4c7bd104f3c16ee048d3fc5dce1306ece Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Fri, 4 Apr 2025 19:11:42 +0200 Subject: [PATCH] feat: new color and recent sketches --- flowsint-web/src/app/dashboard/layout.tsx | 2 + flowsint-web/src/app/layout.tsx | 4 +- flowsint-web/src/components/app-sidebar.tsx | 164 ------------------ .../src/components/dashboard/main-nav.tsx | 1 + .../components/dashboard/recent-sketches.tsx | 12 +- .../investigations/sketch/graph.tsx | 33 +++- .../sketch/nodes/button-edge.tsx | 2 +- .../investigations/sketch/profile-panel.tsx | 27 ++- flowsint-web/src/lib/utils.ts | 132 +++++++------- flowsint-web/src/store/flow-store.ts | 18 +- flowsint-web/styles/globals.css | 4 +- 11 files changed, 126 insertions(+), 273 deletions(-) delete mode 100644 flowsint-web/src/components/app-sidebar.tsx diff --git a/flowsint-web/src/app/dashboard/layout.tsx b/flowsint-web/src/app/dashboard/layout.tsx index cb0623a..01032f8 100644 --- a/flowsint-web/src/app/dashboard/layout.tsx +++ b/flowsint-web/src/app/dashboard/layout.tsx @@ -11,6 +11,7 @@ import { NavUser } from "@/components/nav-user"; import { SubNav } from "@/components/dashboard/sub-nav"; import Feedback from "@/components/dashboard/feedback"; import Link from "next/link"; +import { Separator } from "@/components/ui/separator"; const DashboardLayout = async ({ children, @@ -35,6 +36,7 @@ const DashboardLayout = async ({

flowsint

+ {/* */}
diff --git a/flowsint-web/src/app/layout.tsx b/flowsint-web/src/app/layout.tsx index 24043ae..cbcff60 100644 --- a/flowsint-web/src/app/layout.tsx +++ b/flowsint-web/src/app/layout.tsx @@ -36,12 +36,12 @@ export default function RootLayout({ return ( - {process.env.NODE_ENV === "development" && ( + {/* {process.env.NODE_ENV === "development" && ( */}