Commit Graph

5 Commits

Author SHA1 Message Date
Aman Agrawal
b77ecca1a3 user_pill: Use user_id to get user info instead of email. 2025-06-18 11:27:59 -07:00
Aman Agrawal
b1f6eb41d9 zephyr/user_pill: Remove special condition for zephyr realm.
This makes user_id no longer optional in `UserPill` and hence,
we can query them by email instead of user_id.
2025-06-18 11:27:59 -07:00
Sahil Batra
4f80823191 settings: Fix opening settings for guests who cannot access all users.
Opening settings and stream settings UI was not working for guests
if they could not access all users. This was because is_person_active
did not handle inaccessible users correctly, if they were not added in
the users data, when being called in get_group_members to render
group pills.
2025-04-14 11:44:11 -07:00
Vishesh Singh
37e0dff013 compose_pill: Show bot icon after bot name.
Show the bot icon after the name on compose pill if it
is a bot.
Align the bot to the center.

fixes part of #28561.
2025-01-09 11:58:20 -08:00
Anders Kaseorg
687f1b1651 tests: Rename the Node tests to *.cjs.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-11-13 09:18:56 -08:00