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
David Taylor 8e28ccb2ea
PERF: Refactor decorateCooked to run in a detached DOM (#9517)
This means that decorateCooked can be used to modify HTML without triggering the download of remote resources (e.g. images)

In some rare cases (e.g. IntersectionObservers in Chromium), decorating needs to happen in the real DOM. For this, pass `afterAdopt: true` to `decorateCooked`
2020-04-23 11:03:46 +01:00
..
adapters FEATURE: Support for publishing topics as pages (#9364) 2020-04-08 12:52:36 -04:00
components Revert "PERF: stop firing superfluous onSelectionChange" 2020-04-23 18:16:13 +10: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: Refactor decorateCooked to run in a detached DOM (#9517) 2020-04-23 11:03:46 +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 PERF: Refactor decorateCooked to run in a detached DOM (#9517) 2020-04-23 11:03:46 +01:00
mapping-router.js Rename many .js.es6 files to .js 2020-03-12 13:29:55 -04:00