discourse/app/assets/javascripts/admin/addon
Roman Rizzi 8b426431a4
DEV: Wrap `Ember.run.debounce`. (#11352)
We want to wrap the `Ember.run.debounce` function and internally call `Ember.run` instead when running tests.

This commit changes discourseDebounce to work the same way as `Ember.run.debounce`.

Now that `discourseDebounce` works exactly like `Ember.run.debounce`, let's replace it and only use `DiscourseDebounce` from now on.

Move debounce to discourse-common to be able to reuse it in different bundles

Keep old debounce file for backwards-compatibility
2020-12-10 11:01:42 -03:00
..
adapters REFACTOR: Support bundling our `admin` section as an ember addon 2020-09-22 15:14:29 -04:00
components DEV: Wrap `Ember.run.debounce`. (#11352) 2020-12-10 11:01:42 -03:00
controllers DEV: Wrap `Ember.run.debounce`. (#11352) 2020-12-10 11:01:42 -03:00
helpers DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
mixins DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
models PERF: run user merging task in a background job. (#10961) 2020-12-10 15:52:08 +11:00
routes FIX: Only block local edits for git-sourced themes (#11450) 2020-12-09 19:41:42 +00:00
services DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
templates FIX: Only block local edits for git-sourced themes (#11450) 2020-12-09 19:41:42 +00:00