aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/feed_entries.html
Commit message (Collapse)AuthorAge
* Add native lazy loading for images and iframesGravatar Frédéric Guillot2019-09-10
| | | | | | This feature is available only in Chrome >= 76 for now. See https://web.dev/native-lazy-loading
* Refactor confirmation handlerGravatar Frédéric Guillot2019-07-17
|
* Require confirmation for marking pages as readGravatar Matías Lang2019-07-17
|
* Improve page reload when showing unread/all entriesGravatar Diego Agulló2019-04-04
| | | | - Show only unread entries = refresh current page - Show all entries = go to next page
* Always display feed entries even when there is a feed errorGravatar Frédéric Guillot2019-04-02
|
* Use the appropriate message if there are no unread entriesGravatar Peter De Wachter2019-01-07
|
* Allow to switch between unread only and all entries on category/feed viewsGravatar Diego Agulló2018-12-16
|
* Unsubscribe from feed through link or "#"Gravatar Carl Helmertz2018-10-19
| | | | | | | | | | | | | | | | | | | | After importing old OPML files, you may discover that many feeds are obsolete or uninteresting. You list the feeds entries and determine that you want to unsubscribe. This needs three clicks (edit feed, delete, confirm) and requires moving the mouse to hit the different targets. This quickly becomes tiring, if you are up to possibly deleting hundreds of feeds. One mediation, introduced in this commit, is to add an unsubscribe link to each feed's entry listing view, and also adding a keyboard shortcut. The keyboard shortcut "#" is: * longer than one keystroke (requires shift) * hard to type by accident * used in Google products (thanks for the hint @fguillot) In an effort to try to reduce the number of accidental feed unsubscriptions.
* Use unique translation IDs instead of English text as keyGravatar Frédéric Guillot2018-09-21
|
* Add "Mark this page as read" to the bottomGravatar Adam Vigneaux2018-09-08
| | | | | | This better matches the most common use case for the "Mark this page as read" link, which is to click it once you have reached the bottom of the page. Especially on mobile, it can be annoying to scroll to the top of the page to click the link.
* Add alt attribute for feed iconsGravatar Frédéric Guillot2018-07-10
|
* Do not show save link if no integration is configuredGravatar Frédéric Guillot2018-04-29
|
* Take timezone into consideration when calculating relative timeGravatar Frédéric Guillot2018-02-04
|
* Add mark as read/unread link on list itemsGravatar Frédéric Guillot2018-01-20
|
* Add content length check when refreshing feedsGravatar Frédéric Guillot2018-01-04
|
* Refactor packages to have more idiomatic code baseGravatar Frédéric Guillot2018-01-02