-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(gui): Slicker Landscape config page #874
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #874 +/- ##
========================================
Coverage 88.53% 88.53%
========================================
Files 89 105 +16
Lines 5930 6804 +874
========================================
+ Hits 5250 6024 +774
- Misses 539 604 +65
- Partials 141 176 +35 ☔ View full report in Codecov by Sentry. |
Thanks for this update. Could you show me a screenshot with the "custom config" option selected? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks great! TY!
As before, it's enabled by default in debug mode. In production model.isSaaSSupported returns false and the option is hidden from the radio group.
Per guidance in UDENG-3818.
dae464b
to
c2bc89f
Compare
Just rebased on main to avoid merging the commits relategd to #873 together with this one. |
This hides the Landscape config option (instead of disabling it). No changes in behaviour nor in how we decide to hide it.
Some strings were changed also per guidance provided in #861.
Finally I added a little bit more spacing in the top now that the subtitle is one line only.
Here's how it looks like when compiled in release mode.
Closes #861
I'm purposefully basing this PR on top of #873 so I can stress CI to exercise the changes therein introduced. There is no dependency between the two tasks.
UDENG-3818