From 59d2f8b4e0bd4553eb19265d8b6b43e90244ac0c Mon Sep 17 00:00:00 2001 From: Caleb Braaten Date: Tue, 20 Jan 2026 16:09:29 -0800 Subject: [PATCH] AGENT: Move aside into slide in with hamburger on smaller viewports --- src/frontend/AppShell.tsx | 6 ++++ src/frontend/styles.css | 72 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 77 insertions(+), 1 deletion(-) diff --git a/src/frontend/AppShell.tsx b/src/frontend/AppShell.tsx index 9b7dba2..c680cc8 100644 --- a/src/frontend/AppShell.tsx +++ b/src/frontend/AppShell.tsx @@ -21,6 +21,12 @@ export function AppShell({ children, searchParams }: { children: ReactNode, sear