mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +01:00
Spinner configureable in the source code
This commit is contained in:
parent
4f9d3d8be5
commit
06a2b08780
8 changed files with 89 additions and 29 deletions
|
|
@ -23,14 +23,10 @@ template(name="listBody")
|
|||
i.fa.fa-plus
|
||||
|
||||
template(name="spinnerList")
|
||||
.sk-spinner.sk-spinner-wave.sk-spinner-list(
|
||||
class=currentBoard.colorClass
|
||||
.sk-spinner.sk-spinner-list(
|
||||
class="{{currentBoard.colorClass}} sk-spinner-{{Spinner.spinnerName}}"
|
||||
id="showMoreResults")
|
||||
.sk-rect1
|
||||
.sk-rect2
|
||||
.sk-rect3
|
||||
.sk-rect4
|
||||
.sk-rect5
|
||||
+spinnerRaw
|
||||
|
||||
template(name="addCardForm")
|
||||
.minicard.minicard-composer.js-composer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue