mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
At opened card, toggle to show checklist at minicard. Part 2.
Thanks to xet7 !
This commit is contained in:
parent
427eb8ebd1
commit
2c99d1cecb
3 changed files with 25 additions and 1 deletions
|
@ -8,10 +8,13 @@ textarea.js-edit-checklist-item {
|
||||||
resize: none;
|
resize: none;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
}
|
}
|
||||||
.text-show-at-minicard {
|
.card-details .text-show-at-minicard {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
.minicard .text-show-at-minicard {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.text-some-space {
|
.text-some-space {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
.minicard .checklists-title,
|
||||||
|
.minicard .add-checklist,
|
||||||
|
.minicard .add-checklist-item,
|
||||||
|
.minicard .checklist-details-menu {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.minicard-wrapper {
|
.minicard-wrapper {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -127,6 +133,14 @@
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
.minicard .checklists-title,
|
||||||
|
.minicard .add-checklist,
|
||||||
|
.minicard .add-checklist-item,
|
||||||
|
.minicard .checklist-details-menu {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
*/
|
||||||
.minicard .handle {
|
.minicard .handle {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
|
@ -111,6 +111,13 @@ template(name="minicard")
|
||||||
+viewer
|
+viewer
|
||||||
= trueValue
|
= trueValue
|
||||||
|
|
||||||
|
.minicard-checklists
|
||||||
|
.card-checklist-attachmentGalleries
|
||||||
|
.card-checklist-attachmentGallery.card-checklists
|
||||||
|
if currentBoard.allowsChecklists
|
||||||
|
hr
|
||||||
|
+checklists(cardId = _id)
|
||||||
|
|
||||||
if showAssignee
|
if showAssignee
|
||||||
if getAssignees
|
if getAssignees
|
||||||
.minicard-assignees.js-minicard-assignees
|
.minicard-assignees.js-minicard-assignees
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue