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/tests/unit/services
Jarek Radosz 59f1d01381
DEV: Convert SiteSettings to a tracked object (#19015)
TrackedObject allows us to reference SiteSettings in autotracking contexts (e.g. JS getters referenced from a Glimmer template) without the need for EmberObject's `get()`  function. TrackedObject is backwards-compatible with Ember's legacy reactivity model, so it can be referenced in things like computed properties.

Co-authored-by: David Taylor <david@taylorhq.com>
2022-11-17 18:44:23 +01:00
..
current-user-test.js DEV: Replace current-user:main with service:current-user 2022-08-02 20:16:11 +01:00
document-title-test.js DEV: Deprecate create-store test helper (#19021) 2022-11-16 10:54:46 +01:00
emoji-store-test.js DEV: Deprecate create-store test helper (#19021) 2022-11-16 10:54:46 +01:00
presence-test.js DEV: Await for all async MessageBus callbacks (#17966) 2022-08-17 12:44:48 +02:00
screen-track-test.js FIX: Inject appEvents in ScreenTrack (#17751) 2022-08-02 16:22:17 -03:00
site-settings-test.js DEV: Convert SiteSettings to a tracked object (#19015) 2022-11-17 18:44:23 +01:00
store-test.js DEV: Deprecate create-store test helper (#19021) 2022-11-16 10:54:46 +01:00