From 5e8b3fd5c91ce448987e51246fe887efc98ccf30 Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Sun, 14 Dec 2025 13:24:47 +0000 Subject: [PATCH] Keep session chrome in info view --- .../components/instance/instance-shell2.tsx | 122 ++++++++++-------- 1 file changed, 66 insertions(+), 56 deletions(-) diff --git a/packages/ui/src/components/instance/instance-shell2.tsx b/packages/ui/src/components/instance/instance-shell2.tsx index b95f5763..43747c15 100644 --- a/packages/ui/src/components/instance/instance-shell2.tsx +++ b/packages/ui/src/components/instance/instance-shell2.tsx @@ -924,28 +924,31 @@ const InstanceShell2: Component = (props) => { } > -
- - {leftAppBarButtonIcon()} - +
+ + {leftAppBarButtonIcon()} + + + +
+ Used + {formattedUsedTokens()} +
+
+ Avail + {formattedAvailableTokens()} +
+
+
-
- Used - {formattedUsedTokens()} -
-
- Avail - {formattedAvailableTokens()} -
-