wekan/client/components/lists
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
..
list.jade Optimize for mobile web, show single list per page with navigate bar 2017-11-29 17:06:33 +09:00
list.js Fix drag-and-drop and scrolling on mobile devices 2020-04-23 03:02:03 +02:00
list.styl Some drag handle fixes. 2019-11-04 10:52:52 +02:00
listBody.jade Remove LINKED_CARDS_ENABLED settings, because it does not work. 2019-12-22 09:44:58 +02:00
listBody.js Add sortDefault helper for sorting boards 2020-04-19 13:49:07 +03:00
listHeader.jade Fix drag-and-drop and scrolling on mobile devices 2020-04-23 03:02:03 +02:00
listHeader.js Add Worker role. 2020-01-05 21:28:14 +02:00
minilist.jade Allow list creation from template 2019-02-24 00:05:00 +01:00