-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[WEB-5873] fix: user avatar ui consistency #8495
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
base: preview
Are you sure you want to change the base?
Conversation
|
Linked to Plane Work Item(s) This comment was auto-generated by Plane |
📝 WalkthroughWalkthroughTwo member-column components received presentation updates standardizing avatar sizing from size-4 to size-6 and unifying size utility classes across avatar and initials rendering. No logic or control flow changes were introduced. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR standardizes user avatar sizes across workspace and project settings member tables to improve UI consistency. Previously, avatars were displayed at different sizes (size-4 vs size-6, or with inconsistent padding), which created visual inconsistencies.
- Standardized all user avatars to use
size-6(24px x 24px) instead of mixedsize-4andsize-6values - Updated the suspended user icon to match the standardized
size-6and removed unnecessary padding - Applied consistent sizing to both avatar images and fallback initials
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| apps/web/core/components/workspace/settings/member-columns.tsx | Standardized avatar sizes from mixed size-4/size-6 to consistent size-6 for suspended user icon, avatar images, and initials fallback |
| apps/web/core/components/project/settings/member-columns.tsx | Standardized avatar sizes from size-4 to size-6 for both avatar images and initials fallback |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
This PR addresses an inconsistency in user avatars ui.
Type of Change
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.