-
Notifications
You must be signed in to change notification settings - Fork 356
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
Restyle Button Edit Screen #1939
Conversation
@miq-bot add_label wip, formatting/styling, technical debt, fine/no |
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.
Looks good - verified in the UI.
This is sooo much better than before! Cool! One thing that I really don't like (on the old and on the new version) is the edit button. I am not sure what patterns we have but I think that it is very unclear that you have to click on it to edit the expression. Can we have a normal button with text + image? Would it be ok according to PF? Thanks! |
@martinpovolny said:
|
Checked commit https://github.com/epwinchell/manageiq-ui-classic/commit/37d7ad56564f763b974693e4b6196de56cb2bdbf with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 app/views/layouts/_custom_button_expression.html.haml |
@miq-bot rm_label wip |
This PR is a first pass at cleaning up the styling of the Button Edit Screen. It standardizes all items into the form-horizontal layout and relabels items for clarity.
Follow-up to: #1792
Before
After