[1.4] Make vehicle setup more mobile friendly - #4441
Merged
joaoantoniocardoso merged 4 commits intoSep 14, 2026
Merged
Conversation
VehicleSetupView already wraps the tabs in a fluid container, the second one only adds another 12px gutter on each side, which is 24px of a 412px phone screen. Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
…screens The parameter card has a 220px minimum width and floats over the viewer, on a phone the viewer is only 256px wide, so the card covers the model and the camera frames it too close. Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Automated PR Review0. Summary
Cherry-picks #4424 into 5. UI / UX
Generated by PR Review Bot. This is advisory, a human reviewer must still approve. |
The label keeps 5 of the 12 columns on every screen, which leaves the selects too narrow to show a value like "BlueBoat120 Power Module v2". Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
…reens Six columns of 16px gutters are 96px of a 412px screen. The barometer table drops from 430px to 334px and the autopilot sensors one from 426px to 346px, both stop hiding their last column. Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
patrickelectric
force-pushed
the
improve-vehiclesetup-mobile-14
branch
from
September 14, 2026 16:17
518a643 to
95787dd
Compare
joaoantoniocardoso
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Helps #4391
Cherry-pick of #4424