summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-01-22 11:19:53 -0600
committerAdam <[email protected]>2026-01-22 11:19:53 -0600
commitb8526eca674cbf9a8e72e09f287fad4c320c649a (patch)
treeaf1a522cd5b9be29102dc0648ef1ef12b5d14553
parent9c45746bd2106d47d6167c62cb0fefa79c283fd6 (diff)
downloadopencode-b8526eca674cbf9a8e72e09f287fad4c320c649a.tar.gz
opencode-b8526eca674cbf9a8e72e09f287fad4c320c649a.zip
chore: cleanup
-rw-r--r--packages/app/src/pages/layout.tsx16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/app/src/pages/layout.tsx b/packages/app/src/pages/layout.tsx
index c265ea5bf..2b4da7f6c 100644
--- a/packages/app/src/pages/layout.tsx
+++ b/packages/app/src/pages/layout.tsx
@@ -1933,9 +1933,6 @@ export default function Layout(props: ParentProps) {
openEditor(`workspace:${props.directory}`, workspaceValue())
}}
>
- <DropdownMenu.Item onSelect={() => navigate(`/${slug()}/session`)}>
- <DropdownMenu.ItemLabel>{language.t("command.session.new")}</DropdownMenu.ItemLabel>
- </DropdownMenu.Item>
<DropdownMenu.Item
disabled={local()}
onSelect={() => {
@@ -1960,19 +1957,6 @@ export default function Layout(props: ParentProps) {
</DropdownMenu.Content>
</DropdownMenu.Portal>
</DropdownMenu>
- <TooltipKeybind
- placement="right"
- title={language.t("command.session.new")}
- keybind={command.keybind("session.new")}
- >
- <IconButton
- icon="plus-small"
- variant="ghost"
- class="size-6 rounded-md"
- onClick={() => navigate(`/${slug()}/session`)}
- aria-label={language.t("command.session.new")}
- />
- </TooltipKeybind>
</div>
</div>
</div>