wekan/client/components/swimlanes
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
..
miniswimlane.jade Allow list creation from template 2019-02-24 00:05:00 +01:00
swimlaneHeader.jade Remove swimlane handle at desktop non-handle mode. 2019-11-17 00:57:50 +02:00
swimlaneHeader.js Add Worker role. 2020-01-03 06:49:35 +02:00
swimlanes.jade Add Worker role. 2020-01-05 21:28:14 +02:00
swimlanes.js Fix drag-and-drop and scrolling on mobile devices 2020-04-23 03:02:03 +02:00
swimlanes.styl When logged in, use database for setting, so that changes are 2019-11-19 14:09:36 +02:00