Fix "library" label overlapping in the gesture editor - #370
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughSummary by CodeRabbit
WalkthroughThe gesture preview floater increases in height. The library list and gesture controls move downward to fit the updated layout. ChangesGesture preview layout
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized layout adjustment only changes gesture editor sizing and label positions; no actionable merge-blocking risk remains beyond normal checks and review. Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)
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 |
The list grows from 60 to 76, the floater from 475 to 500 to hold it, and everything below moves down to match. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
69bf9f1 to
1c22c13
Compare
Resolves #348. Claude's initial attempt didn't bother to match the other label offsets, so I've given it a once over too.