From ac7fa6edb3f809f7005f98283e8feaf1c791f59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 14 Mar 2025 11:39:24 +0400 Subject: [PATCH] Fix missing suspenses in routing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- apps/console/src/App.tsx | 479 ++++++++++----------- apps/console/src/layouts/ConsoleLayout.tsx | 5 +- 2 files changed, 240 insertions(+), 244 deletions(-) diff --git a/apps/console/src/App.tsx b/apps/console/src/App.tsx index 704e4a967..5c118361f 100644 --- a/apps/console/src/App.tsx +++ b/apps/console/src/App.tsx @@ -63,271 +63,264 @@ function App() { - {/* Authentication Routes - Accessible without login */} - - - - } - > + - + } /> - - - - - - } - /> - - - - - - } - /> - - - - - - - } - /> + }> + + + + + + + } + /> + + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + {/* Policy Routes */} + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + + + + } + /> + + + - + {/* Authentication Routes - Accessible without login */} + - + - - } - > - + } + > - + + + + } + /> + + + + + + } + /> + + + } /> - - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - {/* Policy Routes */} - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> - - - - - - } - /> + + + + } + /> + diff --git a/apps/console/src/layouts/ConsoleLayout.tsx b/apps/console/src/layouts/ConsoleLayout.tsx index 39bc3901d..5fc39298a 100644 --- a/apps/console/src/layouts/ConsoleLayout.tsx +++ b/apps/console/src/layouts/ConsoleLayout.tsx @@ -368,7 +368,9 @@ function BreadcrumbUpdatePolicy() { export default function ConsoleLayout() { return ( - + + +
@@ -467,6 +469,7 @@ export default function ConsoleLayout() { } /> + }>