diff options
| author | Adam <[email protected]> | 2025-11-06 15:13:02 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-11-06 15:13:06 -0600 |
| commit | 96c57418f39bbf10e4538a6e0652baff7f0932fb (patch) | |
| tree | 7709020729579f1ec84ce230726504a810d01421 /packages/desktop/src/pages/layout.tsx | |
| parent | b8c51e307f1e26c4cbc962fca742338fba3c9fe9 (diff) | |
| download | opencode-96c57418f39bbf10e4538a6e0652baff7f0932fb.tar.gz opencode-96c57418f39bbf10e4538a6e0652baff7f0932fb.zip | |
feat(desktop): review flow
Diffstat (limited to 'packages/desktop/src/pages/layout.tsx')
| -rw-r--r-- | packages/desktop/src/pages/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/desktop/src/pages/layout.tsx b/packages/desktop/src/pages/layout.tsx index c5957a2d2..d88564007 100644 --- a/packages/desktop/src/pages/layout.tsx +++ b/packages/desktop/src/pages/layout.tsx @@ -80,7 +80,7 @@ export default function Layout(props: ParentProps) { }} </For> </nav> - <Show when={sync.data.more}> + <Show when={sync.session.more()}> <button class="shrink-0 self-start p-3 text-12-medium text-text-weak hover:text-text-strong" onClick={() => sync.session.fetch()} @@ -95,7 +95,7 @@ export default function Layout(props: ParentProps) { as={"a"} href="https://opencode.ai/desktop-feedback" target="_blank" - class="hidden @[4rem]:flex w-full gap-2 text-12-medium text-text-base stroke-[1.5px]" + class="hidden @[4rem]:flex w-full text-12-medium text-text-base stroke-[1.5px]" variant="ghost" icon="speech-bubble" > |
