mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-15 15:12:42 -04:00
* Allow jumping from category to feed with keyboard shortcuts * It's now possible to jump from categories to feeds (press shift+j when focused on a category) * Similarly, it's possible to jump from a feed to the current category by using alt+k * If the very first feed is focused and the user presses shift+k, there is no jump to the last unread feed in that category anymore, instead nothing happens. * Same if the very last is focused and the user presses shift+j (no jump to the first unread feed in that category) * Alt+home/end (first/last category) now jumps regardless if the first/last category is read or unread * In addition, shift+home/end does not jump between unread feeds anymore, now it jumps between the first visible feed in the category and the last visible feed in the category * Alt+h (jump to next unread category) now fall backs to the same behavior as alt+j (jump to next category) if there are no more unread categories after * Remove dead `jump_to_unread` code in `prev_feed` * Jump to first/last categories even if they're not unread * Ensure jump is only to visible items * Focus current category if jumping from feed * `delayedClick(null)` will now throw an error