aboutsummaryrefslogtreecommitdiff
path: root/ui/static/js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-07-17Refactoring of Javascript codeGravatar Frédéric Guillot 12-536/+521
2019-07-17Require confirmation for marking pages as readGravatar Matías Lang 2-2/+6
2019-05-26Flip behavior of j and k keyboard shortcutsGravatar Ben Cohen 1-2/+2
2019-04-28Add option to enable/disable keyboard shortcutsGravatar Frédéric Guillot 2-31/+33
2019-04-04Improve page reload when showing unread/all entriesGravatar Diego Agulló 2-4/+13
- Show only unread entries = refresh current page - Show all entries = go to next page
2019-03-11Add double tap detection for next/previous page navigationGravatar 3ddysan 2-4/+36
2018-10-31Ignore hotkeys containing Control, Alt or Meta keysGravatar Diego Agulló 1-1/+6
Fixes #260
2018-10-22Revert "Call preventDefault() when a keyboard shortcut is executed"Gravatar Frédéric Guillot 3-12/+9
This reverts commit 9440bf47a521a61c91073425bd613710cf7dd1cb.
2018-10-21Call preventDefault() when a keyboard shortcut is executedGravatar Frédéric Guillot 3-9/+12
2018-10-21NavHandler: Make "g f" go to feed, or list of feedsGravatar Carl Helmertz 2-1/+16
When you're reading an entry, you may want to go to the feed first, before quickly continuing to reading all of the feeds with another "g f".
2018-10-19Unsubscribe from feed through link or "#"Gravatar Carl Helmertz 3-0/+22
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-08Fix jshint error introduced in commit d4c1677Gravatar Frédéric Guillot 2-2/+5
2018-10-08Change link state when marking all entries as readGravatar Frédéric Guillot 3-7/+16
2018-10-01Set focus on article link when pressing prev/next hotkeysGravatar Diego Agulló 1-0/+4
This enhancement offer the possibility to open articles in the background by using the browser hotkey Ctrl+Return or Cmd+Return.
2018-08-28Add toggle status button to entry pageGravatar Dave Z 3-21/+20
2018-08-25Add remove button in feed edit pageGravatar Frédéric Guillot 2-3/+12
2018-07-17Prevent vertical scrolling on swipeGravatar Dave Z 1-1/+3
2018-07-15Add service worker to cache feed iconsGravatar Frédéric Guillot 2-0/+21
2018-07-10Use passive event listeners for touch eventsGravatar Frédéric Guillot 2-4/+24
Avoid this warning in Chrome console: https://www.chromestatus.com/feature/5745543795965952
2018-07-05Refactor assets bundler and split Javascript filesGravatar Frédéric Guillot 15-823/+808
2018-07-04Add search formGravatar Frédéric Guillot 1-15/+38
2018-06-29Make sure we always get the pagination in unread modeGravatar Frédéric Guillot 1-7/+0
2018-06-28Set opener to null when opening original URL with JavaScript.Gravatar dzaikos 1-1/+3
2018-06-06Prevent items from sticking on touchend.Gravatar Dave Z 1-2/+2
2018-01-25Improve unread counter updatesGravatar Mahendra Kalkura 1-6/+35
2018-01-20Add mark as read/unread link on list itemsGravatar Frédéric Guillot 1-7/+35
2018-01-02Refactor packages to have more idiomatic code baseGravatar Frédéric Guillot 1-0/+748