mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
First Nightly Fix (#2498)
This commit is contained in:
parent
d7734964e7
commit
11729892cd
@ -18,7 +18,7 @@ public class FilterV2Dto
|
|||||||
public string? Name { get; set; }
|
public string? Name { get; set; }
|
||||||
public ICollection<FilterStatementDto> Statements { get; set; } = new List<FilterStatementDto>();
|
public ICollection<FilterStatementDto> Statements { get; set; } = new List<FilterStatementDto>();
|
||||||
public FilterCombination Combination { get; set; } = FilterCombination.And;
|
public FilterCombination Combination { get; set; } = FilterCombination.And;
|
||||||
public SortOptions SortOptions { get; set; }
|
public SortOptions? SortOptions { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Limit the number of rows returned. Defaults to not applying a limit (aka 0)
|
/// Limit the number of rows returned. Defaults to not applying a limit (aka 0)
|
||||||
|
@ -119,6 +119,8 @@ export class DashboardComponent implements OnInit {
|
|||||||
|
|
||||||
loadDashboard() {
|
loadDashboard() {
|
||||||
this.isLoadingDashboard = true;
|
this.isLoadingDashboard = true;
|
||||||
|
this.streamsLoaded = 0;
|
||||||
|
this.streamCount = 0;
|
||||||
this.cdRef.markForCheck();
|
this.cdRef.markForCheck();
|
||||||
this.dashboardService.getDashboardStreams().subscribe(streams => {
|
this.dashboardService.getDashboardStreams().subscribe(streams => {
|
||||||
this.streams = streams;
|
this.streams = streams;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"name": "GPL-3.0",
|
"name": "GPL-3.0",
|
||||||
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
||||||
},
|
},
|
||||||
"version": "0.7.11.2"
|
"version": "0.7.11.4"
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user