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/services
Robin Ward f5d391a48a
REFACTOR: Move app-events:main to service:app-events (#8152)
AppEvents was always a service object in disguise, so we should move it
to the correct place in the application. Doing this allows other service
objects to inject it easily without container access.

In the future we should also deprecate `this.appEvents` without an
explicit injection too.
2019-10-04 10:06:08 -04:00
..
app-events.js.es6 REFACTOR: Move app-events:main to service:app-events (#8152) 2019-10-04 10:06:08 -04:00
emoji-store.js.es6 FEATURE: favorites emojis will also show in composer autocomplete (#8011) 2019-08-16 11:47:03 +02:00
logs-notice.js.es6 FIX: correct translations for logs error rate notice (#7622) 2019-05-28 22:10:51 +03:00
search.js.es6 DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592) 2019-05-27 10:15:39 +02:00
theme-settings.js.es6 FIX: Allow accessing nested objects within theme settings 2019-08-30 12:27:02 +01:00