From aa806d4fb9dbcf3097655cd0e36ff535c02a9844 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sat, 14 Mar 2026 11:57:34 +0100 Subject: [PATCH] Show bulk import toast when panel is folded Previously the toast only showed when the panel was not in bulk-import mode. Now it also shows when the panel is folded, since the user can't see the in-panel progress indicator. Co-Authored-By: Claude Opus 4.6 --- apps/web/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/App.tsx b/apps/web/src/App.tsx index c7e2243..57e0fc7 100644 --- a/apps/web/src/App.tsx +++ b/apps/web/src/App.tsx @@ -371,7 +371,7 @@ export function App() {