twilio / twilio-conversations-demo-react

Twilio Conversations Demo Web Application
MIT License
96 stars 295 forks source link

feat: Add unread messages counter to page title #139

Closed lesquive closed 10 months ago

lesquive commented 10 months ago

This PR implements a feature that dynamically updates the page title to display the number of unread messages in the Conversations Demo app. When there are unread messages, the title will show "(X) Conversations Demo" where X represents the count. If there are no unread messages, the title reverts to "Conversations Demo".

image

This enhancement aims to improve the user experience by providing a visual cue for unread messages even when the user is not actively on the application tab.

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.