-
Notifications
You must be signed in to change notification settings - Fork 355
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
chat ui: remove user avatars, remove speaker name from follow-up message #6981
Conversation
The user knows who they are, why show it next to every message? It clutters the UI. So I removed the avatar from the human messages (we still have the avatar in the top right). I also removed the name from the follow-up message. It doesn't add anything. Ideally we'd remove the "user name" every where but when I did that, the layout looked kinda bad because there was still the 'split into chat' button.
@mrnugget should the LLM avatar also be removed too? now it looks off centered from the left. I personally don't mind the avatar being there, it keeps all the icons consistent on the left. But if we're going to remove it maybe just remove the name entirely |
You mean the user name? Or the model name? |
the username. I think we should either do all avatar, no names, or only names no avatars. I think it feels inconsistent now, theres a name (no avatar), SG icon, LLM icon + name in a single turn of the chat |
…age (#6981) The user knows who they are, why show it next to every message? It clutters the UI. So I removed the avatar from the human messages (we still have the avatar in the top right). I also removed the name from the follow-up message. It doesn't add anything. Ideally we'd remove the "user name" every where but when I did that, the layout looked kinda bad because there was still the 'split into chat' button. ## Before ![before](https://github.com/user-attachments/assets/2ce844e1-275a-42e4-876c-5d18bb011a47) ## After ![after](https://github.com/user-attachments/assets/364a23a7-242b-4ed7-a49f-08de8df6b47f) ## Test plan - N/A
… follow-up message (#7009) The user knows who they are, why show it next to every message? It clutters the UI. So I removed the avatar from the human messages (we still have the avatar in the top right). I also removed the name from the follow-up message. It doesn't add anything. Ideally we'd remove the "user name" every where but when I did that, the layout looked kinda bad because there was still the 'split into chat' button. ## Before ![before](https://github.com/user-attachments/assets/2ce844e1-275a-42e4-876c-5d18bb011a47) ## After ![after](https://github.com/user-attachments/assets/364a23a7-242b-4ed7-a49f-08de8df6b47f) ## Test plan - N/A <br> Backport 127d52c from #6981 Co-authored-by: Thorsten Ball <[email protected]>
The user knows who they are, why show it next to every message? It clutters the UI. So I removed the avatar from the human messages (we still have the avatar in the top right).
I also removed the name from the follow-up message. It doesn't add anything.
Ideally we'd remove the "user name" every where but when I did that, the layout looked kinda bad because there was still the 'split into chat' button.
Before
After
Test plan