From d0a08623f542fafc19b15a6bb07af438eefb1de6 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Mon, 5 Aug 2024 19:04:21 +0200 Subject: [PATCH] Add TODO about navbar breakpoint Signed-off-by: Julius Volz --- web/ui/mantine-ui/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/ui/mantine-ui/src/App.tsx b/web/ui/mantine-ui/src/App.tsx index 6a4ef964dd..3af37e71ab 100644 --- a/web/ui/mantine-ui/src/App.tsx +++ b/web/ui/mantine-ui/src/App.tsx @@ -307,6 +307,8 @@ function App() { header={{ height: 56 }} navbar={{ width: 300, + // TODO: On pages with a long title like "/status", the navbar + // breaks in an ugly way for narrow windows. Fix this. breakpoint: "sm", collapsed: { desktop: true, mobile: !opened }, }}