-
Notifications
You must be signed in to change notification settings - Fork 91
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
BUG#1171-Resource and menu action buttons on the same row #1179
BUG#1171-Resource and menu action buttons on the same row #1179
Conversation
pf-list-view has provisions for both menu (kebab) and action buttons, opting for our proven in place solution for fear the pf implementation will be a regression in terms of customizability These two classes create an experience identical to the component options without sacraficing functioning in place code
0660a19
to
7f8b47b
Compare
Checked commit AllenBW@7f8b47b with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 |
LGTM, waiting for UXD review from @serenamarie125 |
@serenamarie125 does this match what was discussed at the meeting? |
@Loicavenel this work for you? |
yes, this is what was in 4.5, back to normal |
Awesome, thanks @Loicavenel just waiting for @serenamarie125 sign off. |
Spacing looks off, but I can open an issue re: spacing |
@miq-bot add_labels ux/approved |
@miq-bot remove_labels ux/review |
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.
LGTM with exception of too much spacing before the initial items in the resource list view items. We can follow up with that later.
closes #1171
pf-list-view has provisions for both menu (kebab) and action buttons, opting for our proven in place solution for fear the pf implementation will be a regression in terms of customizability
These two classes create an experience identical to the component options without sacrificing functioning in place code