mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 19:30:15 +01:00
Fix mentions and notifications drawer.
Thanks to xet7 ! Fixes #6062, fixes #6003, fixes #5996, fixes #5720, fixes #5911, fixes #5792, fixes #5163, fixes #4431, fixes #4126, fixes #3363, fixes #3150
This commit is contained in:
parent
0d5dd3082c
commit
20b5e2ab8f
14 changed files with 225 additions and 72 deletions
|
|
@ -21,7 +21,7 @@ template(name='notificationIcon')
|
|||
else if($in activityType 'checkedItem' 'uncheckedItem' 'addChecklistItem' 'removedChecklistItem')
|
||||
span.activity-type(title="checklist item") ☑️
|
||||
else if($in activityType 'addComment')
|
||||
span.activity-type(title="comment") 💬
|
||||
span.activity-type.hidden(title="comment")
|
||||
else if($in activityType 'createCustomField' 'setCustomField' 'unsetCustomField')
|
||||
span.activity-type(title="custom field") 🧩
|
||||
else if($in activityType 'addedLabel' 'removedLabel')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue