wekan/client/components
Marc Hartmayer 6476503137 Fix drag-and-drop and scrolling on mobile devices
Use drag handles on "miniscreens" whenever useful, this is especially useful on
mobile device. This should hopefully fix https://github.com/wekan/wekan/issues/2947.
While at it, simplify the condition

 Utils.isMiniScreen() ||
   (!Utils.isMiniScreen() && showDesktopDragHandles)

 to

  Utils.isMiniScreen() || showDesktopDragHandle
2020-04-23 03:02:03 +02:00
..
activities fix bug that prevents editing or deleting comments 2020-04-09 12:46:24 -06:00
boards Fix drag-and-drop and scrolling on mobile devices 2020-04-23 03:02:03 +02:00
cards Fix drag-and-drop and scrolling on mobile devices 2020-04-23 03:02:03 +02:00
forms - Fix missing dropdown arrow on Chrome. Thanks to xet7 ! Closes #1964 2018-10-24 12:40:40 +03:00
import Remove old warning from Sandstorm import board data loss, because bug has been already fixed. 2020-04-17 21:58:19 +03:00
lists Fix drag-and-drop and scrolling on mobile devices 2020-04-23 03:02:03 +02:00
main Mobile device layout fix 2020-04-23 02:55:24 +02:00
mixins Prettier & eslint project style update 2019-06-28 12:56:51 -05:00
notifications Fix styling issue in notifications drawer 2020-04-12 11:57:22 +02:00
rules Add sortDefault helper for sorting boards 2020-04-19 13:49:07 +03:00
settings Add sortDefault helper for sorting boards 2020-04-19 13:49:07 +03:00
sidebar Fix lint errors in lint error fix. 2020-04-22 21:00:31 +03:00
swimlanes Fix drag-and-drop and scrolling on mobile devices 2020-04-23 03:02:03 +02:00
users Implement option to change the first day of week in user settings 2020-04-22 19:16:05 +02:00