add heading to gallery-list filters

This commit is contained in:
lightling 2024-04-09 22:17:36 -04:00
parent e3e9f84641
commit 72744aaed2

View file

@ -203,11 +203,12 @@ onMounted(async () => {
.filters(
v-if='galleryReady'
)
h2 Filters
.category(
v-for='(tags, category) in tagsByCategory'
:id='category'
)
h2(
h3(
v-if='category !== "NoCategory"'
) {{ category }}
.input.labeled-checkbox(