Skip to content
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

Merged
merged 3 commits into from
Aug 20, 2024
Merged

Conversation

CarlosNihelton
Copy link
Contributor

@CarlosNihelton CarlosNihelton commented Aug 19, 2024

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.

image

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

Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.53%. Comparing base (0900f23) to head (c2bc89f).
Report is 5 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@CarlosNihelton CarlosNihelton marked this pull request as ready for review August 19, 2024 20:35
@CarlosNihelton CarlosNihelton requested a review from a team as a code owner August 19, 2024 20:35
@CarlosNihelton CarlosNihelton linked an issue Aug 19, 2024 that may be closed by this pull request
@jibel
Copy link
Contributor

jibel commented Aug 20, 2024

Thanks for this update. Could you show me a screenshot with the "custom config" option selected?

@CarlosNihelton
Copy link
Contributor Author

There you go:

image

@CarlosNihelton
Copy link
Contributor Author

And their light versions as well:

image

image

Copy link
Contributor

@jibel jibel left a 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!

@CarlosNihelton CarlosNihelton changed the base branch from fix-agent-flakyness to main August 20, 2024 16:33
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.
@CarlosNihelton
Copy link
Contributor Author

Just rebased on main to avoid merging the commits relategd to #873 together with this one.

@CarlosNihelton CarlosNihelton merged commit 0518a41 into main Aug 20, 2024
35 checks passed
@CarlosNihelton CarlosNihelton deleted the slicker-landscape branch August 20, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minor UI changes to the Landscape page of the wizard
2 participants