Add clickable list titles

This commit is contained in:
John R. Supplee 2021-01-20 21:52:27 +02:00
parent 6d9928ea8f
commit 52f920db12
4 changed files with 36 additions and 2 deletions

View file

@ -32,11 +32,15 @@ template(name="globalSearch")
+resultCard(card)
else
.global-search-instructions
+viewer
= searchInstructions
h2 Label Colors
.palette-colors: each label in labelColors
span.card-label.palette-color.js-palette-color(class="card-label-{{label.color}}")
= label.name
h2 Lists
.lists-wrapper
each title in myLists.get
span.card-label.list-title.js-list-title
= title
template(name="globalSearchViewChangePopup")
if currentUser