fix(apps): Add-by-link FAB no longer overlaps last list item#523
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (14)
✅ Files skipped from review due to trivial changes (13)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughAdds bottom padding to the Apps screen list so the "Add-by-link" FAB no longer obscures the last item, and updates the FIXED release-note bullets across multiple localized JSON files to document the fix. (50 words) ChangesApps Screen FAB Overlap Fix
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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 |
92dca91 to
3b9aac6
Compare
Summary
LazyColumn on the Apps screen had no bottom content padding, so the Add-by-link Extended FAB sat on top of the last app card. Added an 88dp bottom inset (FAB ≈ 56dp + scaffold inset + breathing room).
Test plan
Summary by CodeRabbit