nioc / xmpp-web

Lightweight web chat client for XMPP server
GNU Affero General Public License v3.0
142 stars 20 forks source link

Display room information within the room #79

Closed Ppjet6 closed 1 year ago

Ppjet6 commented 1 year ago

Is your feature request related to a problem? Please describe. After joining a room I have no way to know where I am without going back and making sure I've clicked the correct room.

Somewhat related to #78.

Describe the solution you'd like I wonder if it would be useful to display either the room name or the room avatar, or both. As you may have noticed in other issues I'm not especially good with UI.

This is while using the guest mode. I don't know if it changes anything.

nioc commented 1 year ago

Hello, as you can see on the screenshot, in registered mode, you have a header displaying room jid. I removed it in guest mode because there is no status switch or contact list to handle. May be adding a specific header with relevant room information (but without menu button) is a good idea?

nioc commented 1 year ago

Handling it by adding the room jid as title in the message component used for #78.