Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Room Title] Display total number of unread messages and room unread messages displayed in simplistic way in room title #885

Open
MichalFoksa opened this issue Apr 23, 2024 · 1 comment

Comments

@MichalFoksa
Copy link

MichalFoksa commented Apr 23, 2024

I use web RocketChat in multiple browser tabs. Few tabs, each for a important channels or person.

Current browser title contains text "xyz unread messages", e.g. 7 unread messages. It often it prepends room title and then the room title is not visible, or fully visible. See a screenshot bellow.

Examples of browser title as of 2024/Apr/25 from develop branch.

20240425-develop-branch-unread_messages_obscures_room_name

Detail on tab title

20240424-develop-branch-unread_messages_obscures_rooms_name

In, for example 9 unread messages - Johny Smt...., room name "Johny Smith" is obscured by unnecessary long text "unread messages".

Describe the solution you'd like

I would like to see in title:

  • total amount of unread messages in less intrusive way

  • number of unread room messages

  • room name - of course

    Format:

    • number of total unread messages in square brackets - if the number is zero then it is not displayed
    • number of room unread messages in brackets - if the number is zero, it is not displayed.

    Examples:

    • [10] (5) Mark Watney - workspace name
    • [10] general - workspace name - AFAIK channels do not have number of unread messages, so room unread not show
    • general - workspace name - no unread messages

image
Note: 32 is total number of unread, 17 "Johny Smith" room unread, 15 "Mark Watney" room unread

@MichalFoksa
Copy link
Author

I guess there is no interest in this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant