Grouped notifications (v1)

This commit is contained in:
mgabdev
2020-04-02 21:05:49 -04:00
parent 416bc3d603
commit 0a89c7b775
9 changed files with 369 additions and 154 deletions

View File

@@ -56,27 +56,27 @@ class NotificationsPage extends PureComponent {
active: false,
},
{
title: ' @ ',
title: 'Mentions',
onClick: null,
active: false,
},
{
icon: 'like',
title: 'Likes',
onClick: null,
active: false,
},
{
icon: 'repost',
title: 'Reposts',
onClick: null,
active: false,
},
{
icon: 'poll',
title: 'Polls',
onClick: null,
active: false,
},
{
icon: 'user-plus',
title: 'Follows',
onClick: null,
active: false,
},