Skip to content

Commit

Permalink
Merge pull request #607 from rain0r/paginate-cover-grid
Browse files Browse the repository at this point in the history
Only show the covers of the albums of the current page.
  • Loading branch information
rain0r authored Nov 23, 2024
2 parents c3d1899 + b5cf02c commit c717d14
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,13 @@

<!-- Cover grid -->
<div class="mt-24">
<app-cover-grid [directories]="directories" [dirQp]="dirQp"></app-cover-grid>
<app-cover-grid
[directories]="
directories
| directoryFilter: filterValue
| directoryFilterStartLetterPipe: filterByStartCharValue
| slice: paginationFrom : paginationTo
"
[dirQp]="dirQp"
></app-cover-grid>
</div>

0 comments on commit c717d14

Please sign in to comment.