2020-03-27 11:35:03 -06:00
|
|
|
template(name='notification')
|
|
|
|
|
li.notification(class="{{#if read}}read{{/if}}")
|
|
|
|
|
.read-status
|
|
|
|
|
.materialCheckBox(class="{{#if read}}is-checked{{/if}}")
|
|
|
|
|
+notificationIcon(activityData)
|
|
|
|
|
.details
|
|
|
|
|
+activity(activity=activityData mode='none')
|
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
2026-01-14 21:02:10 +02:00
|
|
|
.notification-date
|
|
|
|
|
small.quiet {{activityDate}}
|
2020-03-27 11:35:03 -06:00
|
|
|
if read
|
|
|
|
|
.remove
|
2025-12-22 21:06:44 +02:00
|
|
|
a(title="{{_ 'delete'}}") 🗑️
|