|
@@ -63,6 +63,7 @@ import { useTheme, type ColorScheme } from "@opencode-ai/ui/theme/context"
|
|
|
import { useCommand, type CommandOption } from "@/context/command"
|
|
import { useCommand, type CommandOption } from "@/context/command"
|
|
|
import { ConstrainDragXAxis, getDraggableId } from "@/utils/solid-dnd"
|
|
import { ConstrainDragXAxis, getDraggableId } from "@/utils/solid-dnd"
|
|
|
import { DebugBar } from "@/components/debug-bar"
|
|
import { DebugBar } from "@/components/debug-bar"
|
|
|
|
|
+import { HelpButton } from "@/components/help-button"
|
|
|
import { Titlebar, type TitlebarUpdate } from "@/components/titlebar"
|
|
import { Titlebar, type TitlebarUpdate } from "@/components/titlebar"
|
|
|
import { useDirectoryPicker } from "@/components/directory-picker"
|
|
import { useDirectoryPicker } from "@/components/directory-picker"
|
|
|
import { ServerConnection, useServer } from "@/context/server"
|
|
import { ServerConnection, useServer } from "@/context/server"
|
|
@@ -2364,6 +2365,7 @@ export default function Layout(props: ParentProps) {
|
|
|
</Show>
|
|
</Show>
|
|
|
</main>
|
|
</main>
|
|
|
{import.meta.env.DEV && <DebugBar />}
|
|
{import.meta.env.DEV && <DebugBar />}
|
|
|
|
|
+ <HelpButton />
|
|
|
<ToastRegion v2={newDesign()} />
|
|
<ToastRegion v2={newDesign()} />
|
|
|
</div>
|
|
</div>
|
|
|
}
|
|
}
|
|
@@ -2517,6 +2519,7 @@ export default function Layout(props: ParentProps) {
|
|
|
</div>
|
|
</div>
|
|
|
{import.meta.env.DEV && <DebugBar />}
|
|
{import.meta.env.DEV && <DebugBar />}
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <HelpButton />
|
|
|
<ToastRegion v2={newDesign()} />
|
|
<ToastRegion v2={newDesign()} />
|
|
|
</div>
|
|
</div>
|
|
|
</Show>
|
|
</Show>
|