Notifications tab
2 unresolved threads
2 unresolved threads
Closes #401 and #400 (closed)
Edited by Edijs Bov
Merge request reports
Activity
@hj care to double check if the config/instance stuff is correct and the way we want it? it always confuses me and I'm unsure.
25 25 likes: true, 26 26 repeats: true 27 27 }, 28 webPushNotifications: false, - Resolved by HJ
- Does not resolve #401:
- No granular control over web-push
- Granular control over notifications still affects everything, not just notifications panel. See also: #232
- Adding admin control is good, but I'd love to see that option grayed out of web push notifications are disabled on BE if it's even possible.
Edited by HJmentioned in issue #400 (closed)
added 77 commits
-
c7dd36ec...3e4d465e - 76 commits from branch
pleroma:develop
- 3893f801 - Merge branch 'develop' into notifications-tab
-
c7dd36ec...3e4d465e - 76 commits from branch
2 2 3 3 export const notificationsFromStore = store => store.state.statuses.notifications.data 4 4 5 export const visibleTypes = store => ([ 6 store.state.config.notificationVisibility.likes && 'like', 7 store.state.config.notificationVisibility.mentions && 'mention', 8 store.state.config.notificationVisibility.repeats && 'repeat', 9 store.state.config.notificationVisibility.follows && 'follow' 10 ].filter(_ => _)) This is what @feld requested in issue #401
Additionally, when you disable the Favorites notifications, they disappear from the Notifications panel. This is confusing behavior. The Notifications Panel should not have items removed simply because you want to stop the Web Push Notifications for a specific type of activity.
@shpuld should we add new settings for notifications panel?
changed this line in version 5 of the diff
added 1 commit
- 0fe76407 - Added optional tick boxes for notification panel visibility
@hj please check again
added 64 commits
-
96fd36f3...9fd44e4a - 63 commits from branch
pleroma:develop
- 23da5f0c - Merge branch 'develop' into notifications-tab
-
96fd36f3...9fd44e4a - 63 commits from branch
added 48 commits
-
23da5f0c...66e60572 - 47 commits from branch
pleroma:develop
- a69144d1 - Merge branch 'develop' into notifications-tab
-
23da5f0c...66e60572 - 47 commits from branch
Please register or sign in to reply