mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 23:14:07 +01:00
parent
c7b46c86c3
commit
55710835fe
15 changed files with 53 additions and 12 deletions
|
|
@ -925,7 +925,8 @@ template(name="cardAssigneesPopup")
|
|||
if userData.username
|
||||
| (#{userData.username})
|
||||
if isCardAssignee
|
||||
i.fa.fa-check if currentUser.isWorker
|
||||
i.fa.fa-check
|
||||
if currentUser.isWorker
|
||||
ul.pop-over-list.js-card-assignee-list
|
||||
li.item(class="{{#if currentUser.isCardAssignee}}active{{/if}}")
|
||||
a.name.js-select-assignee(href="#")
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ BlazeComponent.extendComponent({
|
|||
textarea.focus();
|
||||
},
|
||||
|
||||
deleteItem() {
|
||||
async deleteItem() {
|
||||
const checklist = this.currentData().checklist;
|
||||
const item = this.currentData().item;
|
||||
if (checklist && item && item._id) {
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@
|
|||
height: clamp(20px, 2.5vw, 28px);
|
||||
position: absolute;
|
||||
right: 0vw;
|
||||
top: 6vh;
|
||||
top: 4vh;
|
||||
display: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,8 @@ template(name="minicard")
|
|||
span {{_ 'upload-failed'}}
|
||||
else if $eq status 'completed'
|
||||
.upload-progress-success
|
||||
i.fa.fa-check span {{_ 'upload-completed'}}
|
||||
i.fa.fa-check
|
||||
span {{_ 'upload-completed'}}
|
||||
|
||||
.minicard-title
|
||||
if $eq 'prefix-with-full-path' currentBoard.presentParentTask
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue