From a798ba8cd012cbf61a0a59dd46390809ed772ba7 Mon Sep 17 00:00:00 2001 From: rimar1337 <132627503+rimar1337@users.noreply.github.com> Date: Sat, 18 Oct 2025 21:03:15 +0700 Subject: [PATCH] tablet support for nav bar --- src/routes/__root.tsx | 128 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 119 insertions(+), 9 deletions(-) diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index 11d13e3..80c5d1e 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -415,6 +415,116 @@ function RootDocument({ children }: { children: React.ReactNode }) { + + {agent?.did && ( ); } -- 2.51.2