miniflux-v2/validator
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
..
category.go Refactor category validation 2021-01-03 22:50:24 -08:00
entry.go Allow option to order by title & author 2022-07-18 21:14:00 -07:00
entry_test.go Refactor entry validation 2021-01-04 15:44:06 -08:00
feed.go Validate Keep list and Block list rules syntax 2021-02-07 18:53:56 -08:00
subscription.go Validate Keep list and Block list rules syntax 2021-02-07 18:53:56 -08:00
user.go Add swipe as option for gesture navigation between entries. 2023-03-28 18:00:57 -07:00
validator.go Validate Keep list and Block list rules syntax 2021-02-07 18:53:56 -08:00
validator_test.go Validate Keep list and Block list rules syntax 2021-02-07 18:53:56 -08:00