aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/feed_entries.html
Commit message (Collapse)AuthorAge
* 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