mirror of
https://github.com/wekan/wekan.git
synced 2026-03-10 23:52:34 +01:00
Feature: Grey Icons. This makes WeKan very slow. Not recommended.
Thanks to xet7 !
This commit is contained in:
parent
960e2126b4
commit
1b6e8797ec
9 changed files with 160 additions and 1 deletions
|
|
@ -13,6 +13,13 @@ template(name="headerUserBar")
|
|||
template(name="memberMenuPopup")
|
||||
ul.pop-over-list
|
||||
with currentUser
|
||||
li
|
||||
a.js-toggle-grey-icons(href="#")
|
||||
| 🎨
|
||||
| {{_ 'grey-icons'}}
|
||||
if currentUser.profile
|
||||
if currentUser.profile.GreyIcons
|
||||
span(key="grey-icons-checkmark") ✅
|
||||
li
|
||||
a.js-my-cards(href="{{pathFor 'my-cards'}}")
|
||||
| 📋
|
||||
|
|
@ -27,7 +34,6 @@ template(name="memberMenuPopup")
|
|||
| {{_ 'globalSearch-title'}}
|
||||
li
|
||||
a(href="{{pathFor 'home'}}")
|
||||
| 🏠
|
||||
| 🏠
|
||||
| {{_ 'all-boards'}}
|
||||
li
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue