From 5eba322cbd24191e05304df08c80af846977d99b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 14 Oct 2025 11:05:17 +0200 Subject: New stats overview of dates with most unread articles (#8089) New view with direct links to dates with most unread articles: image --- app/Models/ViewStats.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/Models/ViewStats.php') 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 */ public array $topFeed; + + /** @var list */ + public array $unreadDates; } -- cgit v1.2.3