This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/app/services
Andrei Prigorshnev 4908a669e0
FEATURE: integrate DnD with user status (#19410)
This PR adds a new "Pause notifications" checkbox to the user status modal. This checkbox allows enabling the Do-Not-Disturb mode together with user status. Note that we don't remove and don't rename the existing DnD menu item in this PR, so the old way of entering the DnD mode is still available.

Also, we're not making DnD mode a part of user status on backend and in database. The reason is that the DnD mode should still be available on sites with disabled user status, having them separated helps keep the implementation simple.
2022-12-16 16:35:39 +04:00
..
app-events.js DEV: Drop support for removing all appEvent listeners (#14936) 2021-11-15 12:31:05 +01:00
document-title.js DEV: Remove user options from current user serializer (#19089) 2022-12-05 18:25:30 +02:00
emoji-store.js PERF: Lazily lookup emoji-picker selected-diversity (#16917) 2022-05-26 12:37:09 +01:00
key-value-store.js DEV: Convert key-value-store:main to service:key-value-store (#17676) 2022-07-27 11:38:33 +01:00
logs-notice.js DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
media-optimization-worker.js DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
message-bus.js DEV: Replace message-bus:main with service:message-bus (#17691) 2022-07-27 17:15:58 +01:00
pm-topic-tracking-state.js DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
presence.js FIX: 404 sending beacon "leave all" on subfolder install 2022-09-27 19:57:38 +01:00
screen-track.js FIX: PMs displaying outdated unread counts when read status is processing (#19217) 2022-11-29 05:55:48 +08:00
search.js DEV: Make search an actual service (#14998) 2021-11-18 16:52:03 +01:00
site-settings.js DEV: Convert SiteSettings to a tracked object (#19015) 2022-11-17 18:44:23 +01:00
store.js DEV: Replace topic-tracking-state:main with service:topic-tracking-state (#17802) 2022-08-05 08:48:55 +08:00
user-status.js FEATURE: integrate DnD with user status (#19410) 2022-12-16 16:35:39 +04:00