-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Prepend message type in thread panel #27890
Comments
@americanrefugee would you be able to mock up a screen or two of what i'm describing here? Do you agree that it's a direction we'd want to go? |
The link to the document we started making notes in is here: https://www.figma.com/design/gpxHFDTNK796n84r1ZxYG2/Room-Header-%26-Details-(2024)?node-id=1320-62268&node-type=canvas&t=p2yAj4jSdyZwFDor-0 |
@t3chguy I would like to make it clearer to users the type of message that appears in the right panel (if it's not immediately obvious). This could also apply to the room list too (right now we have an icon for a thread message but nothing else). In the pinned message banner, we do prepend the message with the type where type != message. Would you help me by describing what someone might need in order to make this issue ready to be worked on? I can then pull that info together in the description. (tagging you because it's currently part of the room header & right panel work) :) |
If it already exists for Pinned messages then we can probably just say to copy that |
@daniellekirkwood do we want the same prefix for thread replies too? e.g. if |
I think that might be overkill but yes, let's lean into it and see if there's any responses? I'd rather be clear than confusing... especially given the number of accessibility reports we get about confusing content... 😂 |
Your use case
What would you like to do?
In the Thread list panel there's no details about the type of message that the thread root is. This is quite confusing.
The first message in this list is a poll and the third is a sticker.
Why would you like to do it?
Make the product better
How would you like to achieve it?
Prepend the event with the event type where the rendering has to change
eg:
We do this in the room list for message previews and now with pinned messages
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: