group comment notifications and clean up notification style

This commit is contained in:
Sean Yesmunt 2020-07-30 16:14:12 -04:00
commit 9acbdf9825
6 changed files with 99 additions and 13 deletions
ui/constants

View file

@ -0,0 +1,2 @@
export const NOTIFICATION_CREATOR_SUBSCRIBER = 'creator_subscriber';
export const NOTIFICATION_COMMENT = 'comment';