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

@ -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")