fix: Hide inline search box as the global one is working now

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2024-08-23 20:11:48 +02:00
parent 4c9459ac57
commit 5c3098afa1

View File

@@ -31,7 +31,8 @@
<div class="board-actions"> <div class="board-actions">
<SessionList v-if="isNotifyPushEnabled && presentUsers.length" <SessionList v-if="isNotifyPushEnabled && presentUsers.length"
:sessions="presentUsers" /> :sessions="presentUsers" />
<div v-if="searchQuery || true" class="deck-search"> <!-- Hide but not remove for now as search might change in the future -->
<div v-if="false" class="deck-search">
<input id="deck-search-input" <input id="deck-search-input"
ref="search" ref="search"
:tabindex="0" :tabindex="0"