Skip to content

ui: Distinguish isBot: true users with a bot marker #156

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

Closed
chrisbobbe opened this issue Jun 7, 2023 · 2 comments · Fixed by #605
Closed

ui: Distinguish isBot: true users with a bot marker #156

chrisbobbe opened this issue Jun 7, 2023 · 2 comments · Fixed by #605
Assignees
Labels
a-msglist The message-list screen, except what's label:a-content

Comments

@chrisbobbe
Copy link
Collaborator

As Alex points out about the zulip-mobile app:

The mobile UI doesn't differentiate between bots and real humans in any way -- except clicking into the user profile and noticing the -bot@chat.zulip.org email address (though that page will also show them as a "member" which seems further confusing). With the profusion of LLM bots running around, this can be moderately misleading to users.

We should implement this in the Flutter app.

The web app currently adds a little gray robot icon next to the user's name:

image
@gnprice gnprice added the a-msglist The message-list screen, except what's label:a-content label Jun 7, 2023
@gnprice gnprice added this to the Beta milestone Jun 15, 2023
@gnprice
Copy link
Member

gnprice commented Jul 13, 2023

Once we take care of #200, we'll have a straightforward way to pull in our own custom icons.

If we pick up this issue before then, we can instead just use one of the Material Design icons that Flutter makes convenient through Icons. Then this icon will just be one of the icons that we sweep through and replace as part of #200 or a followup.

@gnprice gnprice modified the milestones: Beta, Launch Sep 22, 2023
@sm-sayedi
Copy link
Collaborator

I would like to take this one!

sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Mar 29, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Mar 29, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Apr 1, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Apr 1, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Apr 1, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Apr 1, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Apr 1, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Apr 1, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Apr 3, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Apr 3, 2024
sm-sayedi added a commit to sm-sayedi/zulip-flutter that referenced this issue Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-msglist The message-list screen, except what's label:a-content
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants