Showing tooltips on filter options.

This commit is contained in:
2026-07-06 01:48:11 +02:00
parent 0a84598fbe
commit 8c09fb4cda
3 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
<div
v-show="order === 'name'"
v-tooltip="'Sorted alphanumerically'"
class="filter-sort order noselect"
@click="order = 'count'"
>
@@ -22,6 +23,7 @@
<div
v-show="order === 'count'"
v-tooltip="'Sorted by number of scenes'"
class="filter-sort order noselect"
@click="order = 'name'"
>