nprapps / liveblog-standalone

NPR's liveblog rig 2.0
Other
6 stars 1 forks source link

Unread post count should update in the title tag for us and for stations #10

Closed thomaswilburn closed 4 years ago

thomaswilburn commented 4 years ago

In addition to the standard Pym messages, the embedded liveblog needs to update the title on parent pages so that they include the unread post counter. We can do this by either using the existing loader and Sidechain->Pym events, or creating a new bundle loader using Sidechain.

On the page itself, we may want to refactor so that there's more of a pub-sub architecture for unseen posts, so that both notifications and title tag updates can work without being quite so tightly integrated into the DOM patching.

thomaswilburn commented 4 years ago

Closed in 28ffe2b