miniflux-v2/ui/static/js
dzaikos 7d252ea45b Add swipe as option for gesture navigation between entries.
* Refactor `TouchHandler` to handle double-tap and swipe gestures.
  * Renamed existing `onTouch` JavaScript methods to `onItemTouch` and
    added `onContentTouch` methods for swipe gesture.
  * Refactor double-tap. It's now a method in `TouchHandler` versus
    anonymous functions in `listen()` method.
* Updated CSS classes.
  * Added `touch-action` CSS for `.entry-content`.
  * Renamed CSS classes for adding events in `TouchHandler`.
* Updated users settings to replace checkbox for double tap with select
  for none, double tap, or swipe.
* Added database migrations for new gesture_nav option.
  * Rename `users.double_tap` to `users.gesture_nav` and migrate
    existing user settings.
* Updated translation files. (Non-English updated with Google
  Translate.)

Resolves #1449, closes #1495
2023-03-28 18:00:57 -07:00
..
.jshintrc Add basic PWA offline page 2021-03-07 15:44:42 -08:00
app.js Update reading time HTML element after fetching the original web page 2022-12-14 19:53:04 -08:00
bootstrap.js Fix null reference in toggle entry attachments shortcut 2023-03-13 20:20:35 -07:00
dom_helper.js Add keyboard shortcut to scroll current item to the top 2020-10-16 15:44:03 -07:00
keyboard_handler.js Avoid Javascript minifier to break keyboard shortcuts 2020-09-23 21:01:58 -07:00
modal_handler.js Refactor assets bundler and split Javascript files 2018-07-05 22:18:51 -07:00
request_builder.js request_builder.js: Fix syntax error 2022-06-06 10:22:41 +02:00
service_worker.js Add basic PWA offline page 2021-03-07 15:44:42 -08:00
touch_handler.js Add swipe as option for gesture navigation between entries. 2023-03-28 18:00:57 -07:00