aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static/js.go
Commit message (Collapse)AuthorAge
* Do not advance to the next item when using the 'v' shortcut on the list of ↵Gravatar Richard Schneider2020-01-14
| | | | starred items
* Wrap around when navigating with keyboard shortcuts on a list viewGravatar Richard Schneider2020-01-10
|
* Add comments link keyboard shortcutGravatar Richard Schneider2020-01-06
|
* Use V to open original link in current tabGravatar Frédéric Guillot2019-11-29
| | | | | - To avoid a breaking change, keep v to open the original link in new tab. - People who prefers to open the link in the current tab should use V.
* Make "v" open link in the current tab on entry pageGravatar Maxim Baz2019-10-30
|
* Add toast message for some keyboard shortcutsGravatar Jebbs2019-10-06
| | | Add notification message when using keyboard shortcuts: f, s, and m.
* call preventDefault() when the user is trying to enter a keyboard shortcutGravatar Adam Hess2019-10-06
| | | Keyboard shortcuts might conflict with Firefox’s "Find as you type" feature.
* Improve import formGravatar Frédéric Guillot2019-08-15
|
* Fix regressions introduced in previous JS refactoringGravatar Jebbs2019-07-25
|
* Ask for confirmation before clicking on mark all as readGravatar Frédéric Guillot2019-07-17
|
* Refactor confirmation handlerGravatar Frédéric Guillot2019-07-17
|
* Refactoring of Javascript codeGravatar Frédéric Guillot2019-07-17
|
* Require confirmation for marking pages as readGravatar Matías Lang2019-07-17
|
* Flip behavior of j and k keyboard shortcutsGravatar Ben Cohen2019-05-26
|
* Add option to enable/disable keyboard shortcutsGravatar Frédéric Guillot2019-04-28
|
* 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
* Add double tap detection for next/previous page navigationGravatar 3ddysan2019-03-11
|
* Ignore hotkeys containing Control, Alt or Meta keysGravatar Diego Agulló2018-10-31
| | | | Fixes #260
* Revert "Call preventDefault() when a keyboard shortcut is executed"Gravatar Frédéric Guillot2018-10-22
| | | | This reverts commit 9440bf47a521a61c91073425bd613710cf7dd1cb.
* Call preventDefault() when a keyboard shortcut is executedGravatar Frédéric Guillot2018-10-21
|
* NavHandler: Make "g f" go to feed, or list of feedsGravatar Carl Helmertz2018-10-21
| | | | | | 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".
* 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.
* Fix jshint error introduced in commit d4c1677Gravatar Frédéric Guillot2018-10-08
|
* Change link state when marking all entries as readGravatar Frédéric Guillot2018-10-08
|
* Set focus on article link when pressing prev/next hotkeysGravatar Diego Agulló2018-10-01
| | | This enhancement offer the possibility to open articles in the background by using the browser hotkey Ctrl+Return or Cmd+Return.
* Add toggle status button to entry pageGravatar Dave Z2018-08-28
|
* Add remove button in feed edit pageGravatar Frédéric Guillot2018-08-25
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Prevent vertical scrolling on swipeGravatar Dave Z2018-07-17
|
* Add service worker to cache feed iconsGravatar Frédéric Guillot2018-07-15
|
* Use passive event listeners for touch eventsGravatar Frédéric Guillot2018-07-10
| | | | Avoid this warning in Chrome console: https://www.chromestatus.com/feature/5745543795965952
* Refactor assets bundler and split Javascript filesGravatar Frédéric Guillot2018-07-05
|
* Remove timestamp from generated filesGravatar Frédéric Guillot2018-07-05
|
* Add search formGravatar Frédéric Guillot2018-07-04
|
* Make sure we always get the pagination in unread modeGravatar Frédéric Guillot2018-06-29
|
* Set opener to null when opening original URL with JavaScript.Gravatar dzaikos2018-06-28
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Prevent items from sticking on touchend.Gravatar Dave Z2018-06-06
|
* Add Pocket authorization flow in the user interfaceGravatar Frédéric Guillot2018-05-20
|
* Add Pocket integrationGravatar Allan Reyes2018-05-20
|
* Add Nunux Keeper integrationGravatar Nicolas Carlier2018-02-25
|
* Keep code base tidyGravatar Frédéric Guillot2018-01-29
|
* Add mark as read/unread link on list itemsGravatar Frédéric Guillot2018-01-20
|
* Refactor packages to have more idiomatic code baseGravatar Frédéric Guillot2018-01-02