From 15a11c3da98a5375fad22c7cdeaa73d073bb473d Mon Sep 17 00:00:00 2001 From: Carl Helmertz Date: Sun, 14 Oct 2018 00:43:09 +0200 Subject: Unsubscribe from feed through link or "#" 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. --- template/html/feed_entries.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'template/html/feed_entries.html') diff --git a/template/html/feed_entries.html b/template/html/feed_entries.html index a85cffc..cdc435c 100644 --- a/template/html/feed_entries.html +++ b/template/html/feed_entries.html @@ -15,6 +15,17 @@
  • {{ t "menu.edit_feed" }}
  • +
  • + {{ t "action.remove_feed" }} +
  • -- cgit v1.2.3