From 5a6be37d52ec387564fb259429236517ea12b6f4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 5 Apr 2018 12:56:03 +0300 Subject: [PATCH] - Removed checkbox from checklist name to have more of material design look. Thanks to quantazelle and xet7 ! Related #1568 --- CHANGELOG.md | 8 ++++++-- client/components/cards/checklists.jade | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b88000f0..f70bfafad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Upcoming Wekan release -This release fixes the following bugs: +This release adds the following new features: + +- [Removed checkbox from checklist name to have more of material design look](https://github.com/wekan/wekan/issues/1568). + +and fixes the following bugs: - [Removed forcing "cards" translations to lowercase in count of cards](https://github.com/wekan/wekan/issues/1571). -Thanks to GitHub users Chartman123 and xet7 for their contributions. +Thanks to GitHub users Chartman123, quantazelle and xet7 for their contributions. # v0.80 2018-04-04 Wekan release diff --git a/client/components/cards/checklists.jade b/client/components/cards/checklists.jade index 28f00d7f8..ae680bd5d 100644 --- a/client/components/cards/checklists.jade +++ b/client/components/cards/checklists.jade @@ -23,10 +23,10 @@ template(name="checklistDetail") +editChecklistItemForm(checklist = checklist) else .checklist-title - .checkbox.fa.fa-square-o + span if canModifyCard a.js-delete-checklist.toggle-delete-checklist-dialog {{_ "delete"}}... - + span.checklist-stat(class="{{#if checklist.isFinished}}is-finished{{/if}}") {{checklist.finishedCount}}/{{checklist.itemCount}} if canModifyCard h2.title.js-open-inlined-form.is-editable