Fix paddings in group channel info screens#6350
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
PR checklist ✅All required conditions are satisfied:
🎉 Great job! This PR is ready for review. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (14)
📒 Files selected for processing (3)
WalkthroughThese changes adjust padding and spacing in channel info UI components across three screens. AddMembersScreen removes top padding from its content layout, while GroupChannelEditScreen and GroupChannelInfoScreen add explicit end padding to buttons for consistency. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
SDK Size Comparison 📏
|
|



Goal
Fix incorrect paddings in the group channel info, edit, and add members screens to match the Figma design specs.
Implementation
LazyColumncontent padding.spacingSm) to the Save button in the top bar.spacingSm) to the Edit button in the top bar.UI Changes
Updated snapshot tests reflect the padding corrections.
Testing
AddMembersScreen,GroupChannelEditScreen, andGroupChannelInfoContent.Summary by CodeRabbit