From 4b6127ee04229ac64d74076933e800601df884c0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 13 Dec 2025 11:38:33 +0100 Subject: New links in transitions and jump to next transition (#8294) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Easier to explain graphically: image The jump to next section ⏭ works when the sorting criterion is a date. Need https://github.com/FreshRSS/FreshRSS/pull/8293 --- app/views/index/normal.phtml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/views') diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index 2eb512f2e..dd15f9b0e 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -59,14 +59,17 @@ $today = @strtotime('today'); $this->entry->feed() ?? FreshRSS_Feed::default(); $this->entry->_feed($this->feed); - if ($last_transition !== ($transition = FreshRSS_index_Controller::transition($this->entry, FreshRSS_Context::$sort))) { + if ($last_transition !== ($transition = FreshRSS_index_Controller::transition($this->entry))) { $last_transition = $transition; ?>
show_favicons): ?> ✇ - + + + +