Genericize the paginated data browser to allow working with artists easier

This commit is contained in:
Oliver 2026-02-01 18:30:36 -07:00
parent 4d138cbdfe
commit 1c32a71db9
6 changed files with 66 additions and 45 deletions

View file

@ -1,5 +1,5 @@
<li
class="image grid"
class="entry image grid"
data-image-id="{{image.id}}"
>
<img

View file

@ -9,7 +9,7 @@
{{/if}}
</div>
{{#if images}}
<ul class="image-list image-list--{{listLayout}}">
<ul class="entry-list grid">
{{#each images as | image |}}
{{>
(it-filePath "templates/ArtBrowser/image/grid.hbs")