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( .filters(
v-if='galleryReady' v-if='galleryReady'
) )
h2 Filters
.category( .category(
v-for='(tags, category) in tagsByCategory' v-for='(tags, category) in tagsByCategory'
:id='category' :id='category'
) )
h2( h3(
v-if='category !== "NoCategory"' v-if='category !== "NoCategory"'
) {{ category }} ) {{ category }}
.input.labeled-checkbox( .input.labeled-checkbox(