1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-01 22:52:06 +02:00

Implementing projected album cache #1015

This commit is contained in:
Patrik J. Braun
2025-09-11 22:53:44 +02:00
parent 05ebf4b805
commit 072e1bdafb
8 changed files with 66 additions and 38 deletions

View File

@@ -16,7 +16,7 @@
<!--Info box -->
<div class="info rounded-bottom">
{{album.name}} ({{album.count}})
{{album.name}} ({{album.cache.itemCount}})
<ng-icon *ngIf="CanUpdate && !album.locked"
(click)="deleteAlbum($event)"
class="info-button delete float-end"