-
-
Notifications
You must be signed in to change notification settings - Fork 930
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
More info on setup tab 2 #3385
More info on setup tab 2 #3385
Conversation
But not in control with dark theme .-( |
This comment has been minimized.
This comment has been minimized.
AUTOMERGE: (FAIL)
|
This comment has been minimized.
This comment has been minimized.
Drak theme fixed |
@HThuren , try to re-use existing css if you can, check all the surrounding elements for the text-issue. i hate css, fwiw 😆 |
This comment has been minimized.
This comment has been minimized.
@haslinghuis @nerdCopter, Now more alignment to existing layout, also in dark theme |
With no build key: Should be Did some testing on it we don't need the MSP call on line 341 and we should check length of buildKey in the first loop. Proposal:
|
Another option: if the build key variable is undefined|null|empty, then simply hide the entire line (class). |
I have made the disable / enable logic, but not the entire line/class. I think the lines are shown also when they are empty, then user know there existence. |
This comment has been minimized.
This comment has been minimized.
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.
Almost finished
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Do you want to test this code? Here you have an automated build: |
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.
approving
- looks good, light & dark theme. (buttons with build key)
- tested without build key, empty line displays as per author's expectation.
Refine layout and add help icons/text
Now:
And with local build (and dark theme):
Before: