miniflux-v2/ui/static/js
Carl Helmertz 15a11c3da9 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.
2018-10-19 20:05:26 -07:00
..
.jshintrc Refactor assets bundler and split Javascript files 2018-07-05 22:18:51 -07:00
bootstrap.js Unsubscribe from feed through link or "#" 2018-10-19 20:05:26 -07:00
confirm_handler.js Add remove button in feed edit page 2018-08-25 12:21:54 -07:00
dom_helper.js Use passive event listeners for touch events 2018-07-10 20:41:27 -07:00
entry_handler.js Add toggle status button to entry page 2018-08-28 20:44:34 -07:00
feed_handler.js Unsubscribe from feed through link or "#" 2018-10-19 20:05:26 -07:00
form_handler.js Refactor assets bundler and split Javascript files 2018-07-05 22:18:51 -07:00
keyboard_handler.js Refactor assets bundler and split Javascript files 2018-07-05 22:18:51 -07:00
link_state_handler.js Fix jshint error introduced in commit d4c1677 2018-10-08 21:09:25 -07:00
menu_handler.js Refactor assets bundler and split Javascript files 2018-07-05 22:18:51 -07:00
modal_handler.js Refactor assets bundler and split Javascript files 2018-07-05 22:18:51 -07:00
mouse_handler.js Fix jshint error introduced in commit d4c1677 2018-10-08 21:09:25 -07:00
nav_handler.js Unsubscribe from feed through link or "#" 2018-10-19 20:05:26 -07:00
request_builder.js Refactor assets bundler and split Javascript files 2018-07-05 22:18:51 -07:00
sw.js Add service worker to cache feed icons 2018-07-15 21:51:09 -07:00
touch_handler.js Prevent vertical scrolling on swipe 2018-07-17 18:48:56 -07:00
unread_counter_handler.js Refactor assets bundler and split Javascript files 2018-07-05 22:18:51 -07:00