diff options
| author | Shpuld Shpludson <shp@cock.li> | 2021-03-17 08:17:23 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2021-03-17 08:17:23 +0000 |
| commit | d57ee274de37a695c080279544defd2243ab9f51 (patch) | |
| tree | f091d72a2aa2f724ec2cad0add5fca4c94832760 /src/components/notifications/notifications.vue | |
| parent | d262f208dca88c22a5428c4359156856757de016 (diff) | |
| parent | 8163c7b55bbc66a2455777025c29e7f9015497e0 (diff) | |
Merge branch 'feat/notification-quick-filters' into 'develop'
Add quick filters for notifications
See merge request pleroma/pleroma-fe!1364
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 725d1ad4..12097b85 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -22,6 +22,7 @@ > {{ $t('notifications.read') }} </button> + <NotificationFilters /> </div> <div class="panel-body"> <div |
