diff --git a/components/extensions/general/InvoiceInboxWorkspace.tsx b/components/extensions/general/InvoiceInboxWorkspace.tsx index 2964f9b5..630fece2 100644 --- a/components/extensions/general/InvoiceInboxWorkspace.tsx +++ b/components/extensions/general/InvoiceInboxWorkspace.tsx @@ -661,17 +661,31 @@ export default function InvoiceInboxWorkspace(_props: WorkspaceComponentProps) { )} {items.length === 0 ? ( + // On desktop the preview pane is always visible alongside this + // column, so showing the onboarding card here would duplicate it. + // On mobile the layout is a master-detail toggle and the user is + // stuck on the list view until they pick a row — without a card + // here they'd have no way to reach the explainer at all. So: + // compact card on mobile only, quiet empty state on desktop. showOnboarding ? ( - fileInputRef.current?.click()} - onDismiss={handleDismissOnboarding} - isActivating={isRotating} - compact - /> + <> +
+ fileInputRef.current?.click()} + onDismiss={handleDismissOnboarding} + isActivating={isRotating} + compact + /> +
+
+ + Inkorgen är tom. +
+ ) : (