diff --git a/apps/desktop/src/pages/ChatsPage.tsx b/apps/desktop/src/pages/ChatsPage.tsx index 6ee0f89..4d6268c 100644 --- a/apps/desktop/src/pages/ChatsPage.tsx +++ b/apps/desktop/src/pages/ChatsPage.tsx @@ -224,6 +224,14 @@ function ConversationList({ ) : error ? (

{error}

+ ) : query.trim().length > 0 && items.length === 0 ? ( + } + title={t('app:chats.search_empty_title', { defaultValue: 'Keine Treffer' })} + description={t('app:chats.search_empty_desc', { + defaultValue: 'Keine Chats passen zu "' + query.trim() + '".', + })} + /> ) : items.length === 0 ? ( showArchived ? (