From 09cd7445f1551db9aa2b9d4ff8e18792398fc2cf Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 15 Jul 2026 01:14:40 -0400 Subject: [PATCH] tui: remove "Plugins reloaded" toast to reduce UI noise during plugin updates --- packages/tui/src/app.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/tui/src/app.tsx b/packages/tui/src/app.tsx index b1b3e9e744..1074d6a55d 100644 --- a/packages/tui/src/app.tsx +++ b/packages/tui/src/app.tsx @@ -999,13 +999,6 @@ function App(props: { pair?: DialogPairCredentials }) { }) }) - event.on("plugin.updated", (_evt, { directory, workspace }) => { - const current = location.current ?? data.location.default() - if (directory !== current.directory) return - if (workspace !== current.workspaceID) return - toast.show({ variant: "success", message: "Plugins reloaded" }) - }) - event.on("tui.session.select", (evt, { workspace }) => { if (workspace !== (location.current?.workspaceID ?? data.location.default().workspaceID)) return route.navigate({