-
Notifications
You must be signed in to change notification settings - Fork 10.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW] Add option on Channel Settings: Hide Notifications and Hide Unread Room Status (#2707, #2143) #5373
Conversation
prints pls 😊 |
I am just a bit worried about the UX... I was expecting mute to be a boolean... we need to review the notifications UI as a whole.. the Unread Alert is also confusing. |
Mute should just turn off all kinds of notifications IMO |
I think the term "mute" is a little bit odd here, from the screenshots. If you have "Everything" selected, then are you muting everything or are you allowing everything? Same goes for "Nothing" selected, would nothing be muted or would nothing be allowed? |
Can we please pick a better wording for this and merge it? Let me know the best wording and I'll fix the conflicts. |
# Conflicts: # packages/rocketchat-push-notifications/client/views/pushNotificationsFlexTab.html # packages/rocketchat-push-notifications/client/views/pushNotificationsFlexTab.js # packages/rocketchat-push-notifications/server/methods/saveNotificationSettings.js # server/publications/subscription.coffee
New options: “Disable Notifications” and “Hide Unread Room Status”.
# Conflicts: # HISTORY.md # packages/rocketchat-i18n/i18n/en.i18n.json # packages/rocketchat-ui-sidenav/client/channels.coffee # packages/rocketchat-ui-sidenav/client/chatRoomItem.coffee # packages/rocketchat-ui-sidenav/client/combined.coffee # packages/rocketchat-ui-sidenav/client/directMessages.coffee # packages/rocketchat-ui-sidenav/client/privateGroups.coffee # packages/rocketchat-ui-sidenav/client/starredRooms.coffee # packages/rocketchat-ui-sidenav/client/unreadRooms.coffee
9f89f8e
to
e47a2eb
Compare
@sampaiodiego finished solving conflicts. could you and/or @rodrigok review this please? I would like to have it merged. |
…t into mute-notifications
@RocketChat/core
Closes #2707
It doesn't cover snooze, but helps #2143.