mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-13 04:41:36 +00:00
Add "See all results for" button in global search
This commit is contained in:
parent
61740bf08d
commit
105703a817
1 changed files with 6 additions and 0 deletions
|
|
@ -92,6 +92,12 @@
|
|||
</nuxt-link>
|
||||
</li>
|
||||
</template>
|
||||
<li class="border-t border-white/10 mt-2 pt-1">
|
||||
<button class="w-full text-left px-2 py-2 text-xs text-gray-300 hover:text-white hover:bg-black-400 rounded flex items-center gap-1" @click="submitSearch">
|
||||
<span class="material-symbols" style="font-size: 1rem">search</span>
|
||||
{{ $strings.ButtonSeeAllResultsFor || 'See all results for' }} "{{ lastSearch }}"
|
||||
</button>
|
||||
</li>
|
||||
</template>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue