зеркало из https://github.com/nextcloud/deck.git
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:
Родитель
4c9459ac57
Коммит
5c3098afa1
|
@ -31,7 +31,8 @@
|
|||
<div class="board-actions">
|
||||
<SessionList v-if="isNotifyPushEnabled && presentUsers.length"
|
||||
: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"
|
||||
ref="search"
|
||||
:tabindex="0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче