discourse/test/javascripts
Robin Ward 92b26ecbfb REFACTOR: Move Page title / focus / counts logic to service
We had a handful of methods attached to the root `Discourse` object
related to focus and notification counts.

This patch pulls them out into a service called `document-title` for
updating the title, and a component called `d-document` to attach
and listen for browser events related to focus.

It also removes some computed properties and observers in favor of plain
old Javascript objects.
2020-08-04 12:02:25 -04:00
..
acceptance DEV: add acceptance test for topic list 2020-07-31 11:23:12 +10:00
admin DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
components FIX: Raw jQuery usage in tests 2020-07-20 15:13:49 -04:00
controllers REFACTOR: Move Page title / focus / counts logic to service 2020-08-04 12:02:25 -04:00
ember Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
fixtures FEATURE - group modetators visual indicator (#10310) 2020-07-28 17:15:04 -04:00
helpers DEV: add acceptance test for topic list 2020-07-31 11:23:12 +10:00
initializers DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
lib REFACTOR: Move Page title / focus / counts logic to service 2020-08-04 12:02:25 -04:00
mixins Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
models DEV: new api to iterate through tracked topics 2020-08-04 10:40:03 +10:00
services REFACTOR: Move Page title / focus / counts logic to service 2020-08-04 12:02:25 -04:00
utils Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
widgets FIX: More 404 image requests in test 2020-07-17 14:58:32 -04:00
plugin_tests.js.erb FIX: Allow plugins to provide test directories with transpiled `.js` 2020-06-16 14:31:01 -04:00
test_helper.js REFACTOR: Remove `Discourse.__container__` from tests 2020-07-28 14:58:31 -04:00