From 5769aaeca316bafc7b514d705958b85cc3973999 Mon Sep 17 00:00:00 2001 From: Dotta Date: Mon, 2 Mar 2026 17:02:15 -0600 Subject: [PATCH] fix(ui): use absolute paths in Navigate redirects Change relative Navigate paths to absolute (e.g. "agents/all" to "/agents/all") to prevent broken redirects when routes are nested. Co-Authored-By: Claude Opus 4.6 --- ui/src/App.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 5e307210..ddfe4b8d 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -92,7 +92,7 @@ function boardRoutes() { } /> } /> } /> - } /> + } /> } /> } /> } /> @@ -106,21 +106,21 @@ function boardRoutes() { } /> } /> } /> - } /> - } /> - } /> - } /> - } /> + } /> + } /> + } /> + } /> + } /> } /> } /> } /> - } /> + } /> } /> } /> } /> } /> } /> - } /> + } /> } /> } /> } />