mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 20:30:15 +01:00
Add color palette and allow selection
This commit is contained in:
parent
ad759f2f9f
commit
6d9928ea8f
2 changed files with 16 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ template(name="globalSearch")
|
|||
.global-search-instructions
|
||||
+viewer
|
||||
= searchInstructions
|
||||
.palette-colors: each label in labelColors
|
||||
span.card-label.palette-color.js-palette-color(class="card-label-{{label.color}}")
|
||||
= label.name
|
||||
|
||||
template(name="globalSearchViewChangePopup")
|
||||
if currentUser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue