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
Krzysztof Kotlarek 52c1d7337e
FEATURE: don't display new/unread notification for muted topics (#9482)
* FEATURE: don't display new/unread notification for muted topics

Currently, even if user mute topic, when a new reply to that topic arrives, the user will get "See 1 new or updated topic" message. After clicking on that link, nothing is visible (because the topic is muted)

To solve that problem, we will send background message to all users who recently muted that topic that update is coming and they can ignore the next message about that topic.
2020-04-23 14:57:35 +10:00
..
adapters FEATURE: Support for publishing topics as pages (#9364) 2020-04-08 12:52:36 -04:00
components UX: rework date time input range (#9524) 2020-04-22 22:17:53 +02:00
controllers UX: rework date time input range (#9524) 2020-04-22 22:17:53 +02:00
helpers UX: Replaced locked topic "lock" icon with "comment-slash" icon 2020-04-21 17:34:59 -04:00
initializers FIX: Copy button was displayed on quoted codeblock (#9514) 2020-04-22 15:57:25 +02:00
lib PERF: Improve lazy-load performance in Safari 2020-04-21 19:05:33 +01:00
mixins DEV: prefer Date.now() over new Date().getTime() 2020-03-26 17:36:53 +11:00
models FEATURE: don't display new/unread notification for muted topics (#9482) 2020-04-23 14:57:35 +10:00
pre-initializers Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00
raw-views UX: Replaced locked topic "lock" icon with "comment-slash" icon 2020-04-21 17:34:59 -04:00
routes UX: rework date time input range (#9524) 2020-04-22 22:17:53 +02:00
services DEV: encapsulates _events and clearing it at app-events module level (#9489) 2020-04-21 17:27:17 +02:00
templates UX: rework date time input range (#9524) 2020-04-22 22:17:53 +02:00
widgets UX: add comment-plus icon for reopening topics 2020-04-22 12:29:27 -04:00
mapping-router.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00