summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-16 03:08:05 +0300
committerLauri Ojansivu <x@xet7.org>2020-05-16 03:08:05 +0300
commit98e255ccece1b7bf76119c26b1c5f834cf99c940 (patch)
tree0d56b453d9bf3ebf93968bd8fefd70a682aa1154 /client/components/boards/boardsList.jade
parent4879df024403c53400261e55ff51f1ab3dc5ffb8 (diff)
downloadwekan-98e255ccece1b7bf76119c26b1c5f834cf99c940.tar.gz
wekan-98e255ccece1b7bf76119c26b1c5f834cf99c940.tar.bz2
wekan-98e255ccece1b7bf76119c26b1c5f834cf99c940.zip
Fix Can't Scroll on All Boards on mobile phone. Added drag handles.
Thanks to xet7 ! Fixes #3096
Diffstat (limited to 'client/components/boards/boardsList.jade')
-rw-r--r--client/components/boards/boardsList.jade4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/components/boards/boardsList.jade b/client/components/boards/boardsList.jade
index bbce1d6f..7fd7c2ba 100644
--- a/client/components/boards/boardsList.jade
+++ b/client/components/boards/boardsList.jade
@@ -31,6 +31,10 @@ template(name="boardList")
i.fa.js-has-spenttime-cards(
class="fa-circle{{#if hasOvertimeCards}} has-overtime-card-active{{else}} no-overtime-card-active{{/if}}"
title="{{#if hasOvertimeCards}}{{_ 'has-overtime-cards'}}{{else}}{{_ 'has-spenttime-cards'}}{{/if}}")
+ if isMiniScreen
+ i.fa.board-handle(
+ class="fa-arrows"
+ title="{{_ 'Drag board'}}")
unless isMiniScreen
if isSandstorm
i.fa.js-clone-board(