You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zulip's avatars should be displayed as squares (with rounded corners), not as circles.
This is based on a lot of consideration -- circular avatars are problematic because many images that we'd like to use in avatars (e.g. bot logos) don't actually look good in circular form, whereas just about anything looks good in a rounded square.
The text was updated successfully, but these errors were encountered:
Fixes#3398. Zulip displays avatars as squares with rounded corners,
not circles, throughout the app on all platforms. Among other
reasons, many avatar images don't work well when cropped to a circle;
among them many logos used for integrations, and even our own avatars
for Reminder Bot and its friends.
Importantly, we don't just tweak a prop at each call site: we
actually take out the code for the "circle" case. In general, when
we decide we're not going to do things a certain way, leaving the old
no-longer-used code around causes confusion for anyone reading it;
and as this issue illustrates (compare 9dc8f09, fixing #205),
it can lead to silently re-introducing the behavior later.
Zulip's avatars should be displayed as squares (with rounded corners), not as circles.
This is based on a lot of consideration -- circular avatars are problematic because many images that we'd like to use in avatars (e.g. bot logos) don't actually look good in circular form, whereas just about anything looks good in a rounded square.
The text was updated successfully, but these errors were encountered: