Add TODO about navbar breakpoint

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2024-08-05 19:04:21 +02:00
parent 6cfee68b72
commit d0a08623f5

View file

@ -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 },
}}