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 <noreply@anthropic.com>
This commit is contained in:
@@ -371,7 +371,7 @@ export function App() {
|
||||
|
||||
<BulkImportToasts
|
||||
state={bulkImport.state}
|
||||
visible={!sidePanel.bulkImportMode}
|
||||
visible={!sidePanel.bulkImportMode || sidePanel.isRightPanelFolded}
|
||||
onReset={bulkImport.reset}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user