From 71b62c4203a25beefeab73f73668919c813e3a50 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Tue, 4 Aug 2020 10:00:27 +0200 Subject: Show mime icon, bump bundles, make the SearchResultEntry class non-abstract, Fix header search icon, various fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/src/views/UnifiedSearch.vue | 73 ++++++++++++++++++++++++++++++++-------- 1 file changed, 59 insertions(+), 14 deletions(-) (limited to 'core/src/views') diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue index 4535e1fde5a..d7ad58ae202 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -27,7 +27,7 @@ @close="onClose"> @@ -36,17 +36,20 @@ v-model="query" class="unified-search__input" type="search" - :placeholder="t('core', 'Search for {types} …', { types: typesNames.join(', ') })" + :placeholder="t('core', 'Search {types} …', { types: typesNames.join(', ').toLowerCase() })" @input="onInputDebounced" @keypress.enter.prevent.stop="onInputEnter"> - - {{ t('core', 'Searching …') }} - +