]> cat aescling's git repositories - mastodon.git/commit
Add indicator of unread content to window title when web UI is out of focus (#11560)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 13 Aug 2019 10:22:16 +0000 (12:22 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2019 10:22:16 +0000 (12:22 +0200)
commitc09ecbc53eb3d3a8a1e2a1e61e20c9e5dbd4f560
tree660f048dabcb1fac8bfc80246302d7c974118dd4
parent5f63339744eecd75b1065135559ddbe688636be1
Add indicator of unread content to window title when web UI is out of focus (#11560)

Fix #1288
app/javascript/mastodon/actions/app.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/document_title.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/index.js
app/javascript/mastodon/initial_state.js
app/javascript/mastodon/reducers/index.js
app/javascript/mastodon/reducers/missed_updates.js [new file with mode: 0644]
app/serializers/initial_state_serializer.rb