Browse Source

tui: remove footer overlay when sidebar is hidden to improve screen real estate

Dax Raad 7 months ago
parent
commit
563d2f98d6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

+ 0 - 3
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

@@ -1028,9 +1028,6 @@ export function Session() {
                 sessionID={route.sessionID}
                 sessionID={route.sessionID}
               />
               />
             </box>
             </box>
-            <Show when={!sidebarVisible()}>
-              <Footer />
-            </Show>
           </Show>
           </Show>
           <Toast />
           <Toast />
         </box>
         </box>