discourse/test/javascripts/controllers
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
..
avatar-selector-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
bookmark-test.js REFACTOR: Remove `Discourse.__container__` from tests 2020-07-28 14:58:31 -04:00
create-account-test.js FIX: `passwordRequired` is a computed property 2020-07-17 15:07:49 -04:00
history-test.js FIX: use allowlist and blocklist terminology (#10209) 2020-07-27 10:23:54 +10:00
preferences-account-test.js FEATURE: Promote bookmarks with reminders to core functionality (#9369) 2020-04-22 13:44:19 +10:00
preferences-second-factor-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
reorder-categories-test.js Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
topic-test.js REFACTOR: Move Page title / focus / counts logic to service 2020-08-04 12:02:25 -04:00