fix: add missing keyboard metrics to Lyra3CoversTheme#1101
fix: add missing keyboard metrics to Lyra3CoversTheme#1101lukestein merged 1 commit intocrosspoint-reader:masterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (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). (2)
🔇 Additional comments (1)
📝 WalkthroughWalkthroughAdds keyboard-related layout metrics to the Lyra3CoversTheme configuration, introducing five new metric fields: keyboardKeyWidth, keyboardKeyHeight, keyboardKeySpacing, keyboardBottomAligned, and keyboardCenteredText with their respective values and defaults. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
lukestein
left a comment
There was a problem hiding this comment.
Tested successfully on device. Thank you!
@daveallie, this fixes #1100 which could arguably have been a blocking issue. You might consider a 1.1.1 with this fix.
Fix for keyboard. Issue #1100
|
Thanks for this, I released in v1.1.1 |
…der#1101) Fix for keyboard. Issue crosspoint-reader#1100
…der#1101) Fix for keyboard. Issue crosspoint-reader#1100
…der#1101) Fix for keyboard. Issue crosspoint-reader#1100
…der#1101) Fix for keyboard. Issue crosspoint-reader#1100
Cherry-picked upstream fixes and features applied via rescue-1.0.0 worktree: - fix: properly implement requestUpdateAndWait() (crosspoint-reader#1218) - fix: Hide unusable button hints in empty directory (crosspoint-reader#1253) - fix: add missing keyboard metrics to Lyra3CoversTheme (crosspoint-reader#1101) - fix: remove bookProgressBarHeight from Lyra3CoversTheme - feat: replace picojpeg with JPEGDEC for JPEG decoding (crosspoint-reader#1136) - feat: WIFI pill, feed log fix, JPEGDEC version string - feat: Add git branch to version string (crosspoint-reader#1225) - fix: navigate directly to QR code after DZ auto-connect - perf: Removed unused ConfirmationActivity member (crosspoint-reader#1234) - refactor: Simplify new setting introduction (crosspoint-reader#1086) - fix: UI fonts, settings stack overflow, PULSR theme name - fix: convert SettingsList to push_back (prevent stack overflow) All commits built and verified on device (confirmed 1.1.0-dev+d1e786a).
Fix for keyboard. Issue #1100