Add searching by reviewed

This commit is contained in:
Cadence Ember 2025-04-03 15:27:00 +13:00
parent c4e67c119e
commit cba0552ed0
2 changed files with 12 additions and 3 deletions

View file

@ -9,6 +9,9 @@ block view
img(loading="lazy" src=item.item_art_url width=210 height=210)
p.fs-body3.mb8= item.item_title
.d-flex.fw-wrap.g4
if item.why
a.s-tag.s-tag__xs(title=item.why).fc-orange-400(href=and({filter_field: "why", filter: "reviewed"}))
!= icons.get("star-solid", 16)
a.s-tag.s-tag__xs(href=and({arrange: "track", filter_field: "item_id", filter: item.item_id, filter_fuzzy: null}))
span.s-tag--sponsor!= icons.get("music-note", 16)
= item.track_count