mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-14 21:31:43 +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>
|
</nuxt-link>
|
||||||
</li>
|
</li>
|
||||||
</template>
|
</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>
|
</template>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue