- search UI icon in desktop implemented

- spotlight refactoring
This commit is contained in:
Čarodej
2021-10-28 15:44:54 +02:00
parent ceb1e5c9dd
commit d018dcba06
8 changed files with 44 additions and 587 deletions
@@ -1,5 +1,5 @@
<template>
<div @click="showSpotlight" class="search-bar">
<div @click="$openSpotlight" class="search-bar">
<div class="message">
<span>
{{ $t('inputs.placeholder_search_files') }}
@@ -25,11 +25,6 @@
return this.$isApple() ? '⌘' : '⊞'
},
},
methods: {
showSpotlight() {
events.$emit('spotlight:show')
}
}
}
</script>