From ecd16748a21b7950c6d87b5a8c8d6d26f312a043 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 17:21:10 -0800 Subject: feat(v2): add neko cat toggle for sidebar (NK-jyw7lb) --- frontend/src/App.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'frontend/src/App.tsx') diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 2758472..7c6b11f 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -37,10 +37,12 @@ import Settings from './components/Settings'; function Dashboard() { const navigate = useNavigate(); + const [sidebarVisible, setSidebarVisible] = useState(true); + return ( -
+
-

Neko Reader

+

setSidebarVisible(!sidebarVisible)} style={{ cursor: 'pointer' }}>🐱

-