A few reading list bug fixes (#3663)

This commit is contained in:
Fesaa 2025-03-22 20:39:09 +01:00 committed by GitHub
parent 0785d4afab
commit a7e1386bad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 164 additions and 15 deletions

View file

@ -42,7 +42,7 @@
@if (item.releaseDate !== '0001-01-01T00:00:00') {
<div class="ps-1 mt-2">
Released: {{item.releaseDate | date:'longDate'}}
{{t('released-label', {date: item.releaseDate | date:'longDate'})}}
</div>
}
</div>

View file

@ -613,6 +613,7 @@ export class VolumeDetailComponent implements OnInit {
});
break;
case Action.AddToReadingList:
this.actionService.addVolumeToReadingList(this.volume!, this.seriesId);
break;
case Action.Download:
if (this.downloadInProgress) return;

View file

@ -1731,7 +1731,8 @@
"reading-list-item": {
"remove": "{{common.remove}}",
"read": "{{common.read}}"
"read": "{{common.read}}",
"released-label": "Released: {{date}}"
},
"stream-list-item": {