wekan/client/components/boards
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
..
boardArchive.jade Change button order at Boards Recycle Bin. 2018-06-08 00:41:39 +03:00
boardArchive.js Fix lint errors in lint error fix. 2020-04-22 21:00:31 +03:00
boardBody.jade Fix bug: When on board, clicking Admin Panel redirects to All Boards page, 2019-08-15 13:08:03 +03:00
boardBody.js Fix drag-and-drop and scrolling on mobile devices 2020-04-23 03:02:03 +02:00
boardBody.styl add card color to calendar event (#2651) 2019-08-29 14:12:53 +02:00
boardColors.styl Limit card width to fixed size. 2019-08-23 02:59:29 +03:00
boardHeader.jade Move "Rules" from "Board View" to "Board Settings". 2020-03-31 23:32:32 +03:00
boardHeader.js Remove export button if WITH_API is not enabled 2020-04-09 01:55:01 +02:00
boardHeader.styl Show parent in card (no links, yet) 2018-06-26 14:32:51 +03:00
boardsList.jade Make boards sortable 2020-04-19 13:49:10 +03:00
boardsList.js Fix lint errors in lint error fix. 2020-04-22 21:00:31 +03:00
boardsList.styl Make boards sortable 2020-04-19 13:49:10 +03:00
miniboard.jade Fix list view issues. Allow creation of boards from templates 2019-02-25 22:48:32 +01:00