From a9bb26001b92663bb26de4e5e98a625dd3609de3 Mon Sep 17 00:00:00 2001 From: Cole Goldsmith Date: Fri, 3 Oct 2025 11:54:30 -0500 Subject: [PATCH] fix layout merge conflicts --- frontend/src/app/globals.css | 2 +- frontend/src/app/layout.tsx | 2 +- frontend/src/components/layout-wrapper.tsx | 22 +++++++++++++--------- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 22601457..e3f4c154 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -54,7 +54,7 @@ --radius: 0.5rem; - --app-header-height: 53px; + --app-header-height: 40px; } .dark { diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index baf9f2d5..10ed826b 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -38,7 +38,7 @@ export default function RootLayout({ return ( + (task) => task.status === "pending" || task.status === "running" || task.status === "processing" @@ -84,10 +83,9 @@ export function LayoutWrapper({ children }: { children: React.ReactNode }) { // For all other pages, render with Langflow-styled navigation and task menu return ( -
- {/* Header */} -
-
+
+
+
{/* Logo/Title */}
@@ -126,7 +124,6 @@ export function LayoutWrapper({ children }: { children: React.ReactNode }) {
-
-
{children}
+
+ {children} +
{/* Task Notifications Panel */}