From 15e6047708551869be5dd4e42f4e1f788b755f2d Mon Sep 17 00:00:00 2001 From: Daniel Pupius Date: Mon, 5 May 2025 09:12:51 -0700 Subject: [PATCH] Color and layout tweaks --- web/src/components/Nav.tsx | 2 +- web/src/components/PacketList.tsx | 52 +++++++++++++++++-- web/src/components/PageWrapper.tsx | 2 +- .../components/dashboard/ChannelDetail.tsx | 6 +-- web/src/components/dashboard/NodeDetail.tsx | 3 +- web/src/routes/__root.tsx | 2 +- 6 files changed, 53 insertions(+), 14 deletions(-) diff --git a/web/src/components/Nav.tsx b/web/src/components/Nav.tsx index c12d02e..2c7d456 100644 --- a/web/src/components/Nav.tsx +++ b/web/src/components/Nav.tsx @@ -85,7 +85,7 @@ export const Nav: React.FC = ({ connectionStatus }) => { return () => window.removeEventListener("resize", handleResize); }, []); - // Navigation links component to avoid duplication + // Navigation links component to avoid duplication across desktop and mobile const NavLinks = () => (