Angular 19 + Even more bugfixes (#3675)

This commit is contained in:
Joe Milazzo 2025-03-25 16:43:41 -05:00 committed by GitHub
parent 535165c445
commit cc3ae7f472
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
249 changed files with 4400 additions and 4315 deletions

View file

@ -8,7 +8,7 @@
</div>
<div class="ms-1">
<div><span class="title">{{item.series.name}}</span> <span class="me-1 float-end">({{item.matchRating | translocoPercent}})</span></div>
<div class="text-muted">
<div class="text-body-secondary">
@for(synm of item.series.synonyms; track synm; let last = $last) {
{{synm}}
@if (!last) {
@ -42,6 +42,6 @@
<span class="me-1">{{item.series.plusMediaFormat | plusMediaFormat}}</span>
</div>
}
</div>
</ng-container>