Browse Source

- Removed checkbox from checklist name to have more of material design look.

Thanks to quantazelle and xet7 !

Related #1568
Lauri Ojansivu 7 years ago
parent
commit
5a6be37d52
2 changed files with 8 additions and 4 deletions
  1. 6 2
      CHANGELOG.md
  2. 2 2
      client/components/cards/checklists.jade

+ 6 - 2
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
 

+ 2 - 2
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