Conversation
PR checklist ✅All required conditions are satisfied:
🎉 Great job! This PR is ready for review. |
SDK Size Comparison 📏
|
|
|
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 selected for processing (1)
WalkthroughUpdated the CreatePollScreen to add keyboard inset padding via Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 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 |



Goal
The create poll screen is not fully scrollable when the keyboard is open
Implementation
We apply
imePaddingso that the content effectively resizes when the keyboard is open and can scroll. This also solves the problem occurring when adding an option that goes outside of the visible content portion -> after the changes, the column will auto scroll to show the focused input.🎨 UI Changes
None
Testing
Open the create poll screen, open the keyboard, and verify that you can scroll to the bottom.
Summary by CodeRabbit