Fixed Delete Series + Issue Covers from Kavita+ (#3784)
This commit is contained in:
parent
3a0d33ca13
commit
bc41b0256e
38 changed files with 2189 additions and 1596 deletions
|
@ -53,7 +53,7 @@
|
|||
<app-match-series-result-item [item]="item" [isDarkMode]="(themeService.isDarkMode$ | async)!" (selected)="selectMatch($event)"></app-match-series-result-item>
|
||||
} @empty {
|
||||
@if (!isLoading) {
|
||||
{{t('no-results')}}
|
||||
<p>{{t('no-results')}}</p>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -279,7 +279,11 @@ export class ChapterDetailComponent implements OnInit {
|
|||
|
||||
this.showDetailsTab = hasAnyCast(this.chapter) || (this.chapter.genres || []).length > 0 ||
|
||||
(this.chapter.tags || []).length > 0 || this.chapter.webLinks.length > 0;
|
||||
|
||||
|
||||
if (!this.showDetailsTab && this.activeTabId === TabID.Details) {
|
||||
this.activeTabId = TabID.Reviews;
|
||||
}
|
||||
|
||||
this.isLoading = false;
|
||||
this.cdRef.markForCheck();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue