diff options
| author | denesbeck <[email protected]> | 2025-11-10 18:27:19 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-10 11:27:19 -0600 |
| commit | e95181a551f587e32dbd4eaa6806d8866eac356f (patch) | |
| tree | e58929c30a251f587bbe3f871ad736e022a563d6 | |
| parent | 74e8c2e50f4e8d743833470d2d76b973280dd101 (diff) | |
| download | opencode-e95181a551f587e32dbd4eaa6806d8866eac356f.tar.gz opencode-e95181a551f587e32dbd4eaa6806d8866eac356f.zip | |
Refactor/redundant toast comp (#4163)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <[email protected]>
| -rw-r--r-- | packages/opencode/src/cli/cmd/tui/app.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/app.tsx b/packages/opencode/src/cli/cmd/tui/app.tsx index 671169085..377d497d7 100644 --- a/packages/opencode/src/cli/cmd/tui/app.tsx +++ b/packages/opencode/src/cli/cmd/tui/app.tsx @@ -22,7 +22,7 @@ import { Home } from "@tui/routes/home" import { Session } from "@tui/routes/session" import { PromptHistoryProvider } from "./component/prompt/history" import { DialogAlert } from "./ui/dialog-alert" -import { ToastProvider, useToast, Toast } from "./ui/toast" +import { ToastProvider, useToast } from "./ui/toast" import { ExitProvider, useExit } from "./context/exit" import { Session as SessionApi } from "@/session" import { TuiEvent } from "./event" @@ -462,7 +462,6 @@ function App() { </text> </box> </box> - <Toast /> </box> ) } |
