diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-30 19:06:09 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-30 19:06:09 +0200 |
commit | a80cd455defd71f2ac67fd5e008415e3785b761a (patch) | |
tree | 8b171488bd40af435abbe3b5ed7a72b2ae75817a /client/components/lists/listBody.jade | |
parent | 088ec7fd949db38dcf0cacce5e2aa05f4e9fd345 (diff) | |
download | wekan-a80cd455defd71f2ac67fd5e008415e3785b761a.tar.gz wekan-a80cd455defd71f2ac67fd5e008415e3785b761a.tar.bz2 wekan-a80cd455defd71f2ac67fd5e008415e3785b761a.zip |
- [Add back zoom fixes of #2250](https://github.com/wekan/wekan/issues/2250).
Thanks to xet7 !
Diffstat (limited to 'client/components/lists/listBody.jade')
-rw-r--r-- | client/components/lists/listBody.jade | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/client/components/lists/listBody.jade b/client/components/lists/listBody.jade index 876b43d6..61fec93a 100644 --- a/client/components/lists/listBody.jade +++ b/client/components/lists/listBody.jade @@ -13,14 +13,7 @@ template(name="listBody") class="{{#if MultiSelection.isSelected _id}}is-checked{{/if}}") +minicard(this) if (showSpinner (idOrNull ../../_id)) - .sk-spinner.sk-spinner-wave.sk-spinner-list( - class=currentBoard.colorClass - id="showMoreResults") - .sk-rect1 - .sk-rect2 - .sk-rect3 - .sk-rect4 - .sk-rect5 + +spinnerList if canSeeAddCard +inlinedForm(autoclose=false position="bottom") @@ -30,6 +23,16 @@ template(name="listBody") i.fa.fa-plus | {{_ 'add-card'}} +template(name="spinnerList") + .sk-spinner.sk-spinner-wave.sk-spinner-list( + class=currentBoard.colorClass + id="showMoreResults") + .sk-rect1 + .sk-rect2 + .sk-rect3 + .sk-rect4 + .sk-rect5 + template(name="addCardForm") .minicard.minicard-composer.js-composer if getLabels |