mirror of
https://github.com/wekan/wekan.git
synced 2026-02-18 14:08:06 +01:00
Add siwmlane button. Allow card drop between swimlanes
This commit is contained in:
parent
690a5b9703
commit
ee2a43dd5b
9 changed files with 109 additions and 25 deletions
|
|
@ -22,19 +22,3 @@ template(name="boardBody")
|
|||
.board-overlay
|
||||
each currentBoard.swimlanes
|
||||
+swimlane(this)
|
||||
// if currentUser.isBoardMember
|
||||
// +addSwimlaneForm
|
||||
|
||||
template(name="addListForm")
|
||||
.list.js-list.list-composer.js-list-composer
|
||||
.list-header
|
||||
+inlinedForm(autoclose=false)
|
||||
input.list-name-input.full-line(type="text" placeholder="{{_ 'add-list'}}"
|
||||
autocomplete="off" autofocus)
|
||||
.edit-controls.clearfix
|
||||
button.primary.confirm(type="submit") {{_ 'save'}}
|
||||
a.fa.fa-times-thin.js-close-inlined-form
|
||||
else
|
||||
a.open-list-composer.js-open-inlined-form
|
||||
i.fa.fa-plus
|
||||
| {{_ 'add-list'}}
|
||||
|
|
|
|||
|
|
@ -22,14 +22,12 @@ position()
|
|||
|
||||
.swimlane
|
||||
border-bottom: 1px solid #CCC
|
||||
align-items: flex-start
|
||||
display: flex
|
||||
flex-direction: row
|
||||
margin: 0 0 10px
|
||||
padding: 0 40px 5px 0
|
||||
overflow-x: auto
|
||||
overflow-y: hidden
|
||||
position: cover
|
||||
|
||||
.board-overlay
|
||||
position: cover
|
||||
|
|
@ -51,7 +49,6 @@ position()
|
|||
.board-canvas
|
||||
|
||||
.swimlane
|
||||
align-items: flex-start
|
||||
border-bottom: 1px solid #CCC
|
||||
display: flex
|
||||
flex-direction: column
|
||||
|
|
@ -59,4 +56,3 @@ position()
|
|||
padding: 0 40px 0px 0
|
||||
overflow-x: hidden
|
||||
overflow-y: auto
|
||||
position: cover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue