Fixed search inputs not working in Firefox/Safari. Added Stashes and Alerts to header menu. Indexing compilation tags as assigned tags in Manticore.

This commit is contained in:
2026-07-06 01:36:30 +02:00
parent 6f8d3b1ad2
commit ee1e347405
10 changed files with 143 additions and 20 deletions

View File

@@ -6,16 +6,23 @@
>
<input
v-model="query"
type="search"
type="input"
placeholder="Search channels"
class="search input"
@search="search"
@keydown.enter="search"
>
<Icon
icon="search"
@click="search"
/>
<Icon
v-if="query"
icon="cross2"
class="search-button"
@click="query = ''; search()"
/>
</form>
<div