discourse/app
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
..
assets REFACTOR: Move Page title / focus / counts logic to service 2020-08-04 12:02:25 -04:00
controllers FEATURE: Invite emails to groups from add member modal (#10308) 2020-08-04 10:02:01 -05:00
helpers FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
jobs Revert "FIX: Regularly reset unknown extension of uploads" 2020-08-03 13:37:32 +02:00
mailers FIX: Add strip_secure_urls method to GroupSmtpMailer 2020-07-24 13:55:07 +10:00
models FEATURE: Invite emails to groups from add member modal (#10308) 2020-08-04 10:02:01 -05:00
serializers FIX: Rename delete_when_reminder_sent? bookmark method to avoid conflict with AR (#10333) 2020-07-29 17:02:36 +10:00
services DEV: adds plugin api to add custom recipients of a post revision (#10367) 2020-08-04 11:57:33 +02:00
views FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00