Skip to content

Commit

Permalink
Show hint when no search results
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad committed Oct 11, 2023
1 parent 1e62e8f commit 2731b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LeftSidebar/LeftSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
<ul class="h-100" :class="{'scroller': isSearching}">
<!-- Conversations List -->
<template v-if="!isSearching">
<Hint v-if="initialisedConversations && filteredConversationsList.length === 0" :hint="t('spreed', 'No matches found')" />
<li class="h-100">
<ConversationsListVirtual ref="scroller"
:conversations="filteredConversationsList"
Expand Down

0 comments on commit 2731b53

Please sign in to comment.