diff options
| author | 2025-10-14 11:05:17 +0200 | |
|---|---|---|
| committer | 2025-10-14 11:05:17 +0200 | |
| commit | 5eba322cbd24191e05304df08c80af846977d99b (patch) | |
| tree | 6f41386abfc77937fb042e48ca061e6dc0d2a7a5 /app/Models/ViewStats.php | |
| parent | 20ecbeb09cdf05ca3ffd44980e9070b34c2b71ec (diff) | |
New stats overview of dates with most unread articles (#8089)
New view with direct links to dates with most unread articles:
<img width="734" height="581" alt="image" src="https://github.com/user-attachments/assets/159a39b3-3a06-4ae9-9cc0-62ae36d9db9c" />
Diffstat (limited to 'app/Models/ViewStats.php')
| -rw-r--r-- | app/Models/ViewStats.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Models/ViewStats.php b/app/Models/ViewStats.php index 89b7d8af4..22b2470f9 100644 --- a/app/Models/ViewStats.php +++ b/app/Models/ViewStats.php @@ -44,4 +44,7 @@ final class FreshRSS_ViewStats extends FreshRSS_View { public array $repartitionMonth; /** @var list<array{id:int,name:string,category:string,count:int}> */ public array $topFeed; + + /** @var list<array{granularity:string,unread_count:int}> */ + public array $unreadDates; } |
