discourse/app/assets
David Taylor bc68da24cd
DEV: Fix presence testing in legacy ember environment (#14596)
The legacy testing environment will remove the User.current() value before disposing of controllers/components. Presence often involves making HTTP calls during disposal of components, so this can cause issues.

Production, and the modern Ember-CLI environment, do not require this hack, so it is behind an `isTesting() && isLegacyEmber()` check.
2021-10-13 17:24:19 +01:00
..
images DEV: Add SCSS helper to replace asset-uri and image-uri (#12664) 2021-04-12 13:57:39 +10:00
javascripts DEV: Fix presence testing in legacy ember environment (#14596) 2021-10-13 17:24:19 +01:00
stylesheets UX: Add Enter hint to search dropdown (#14587) 2021-10-13 12:09:28 -04:00