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

feat(ActionList): consumed Penta updates #10041

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

thatblindgeye
Copy link
Contributor

@thatblindgeye thatblindgeye commented Jan 24, 2024

What: Towards #9677

Couple questions:

  • For the "Action list with cancel button" example, should the "Cancel" button be in the same group as "Next" and "Back" buttons (how it is in Core), or should it be separate visually and structurally (how it is in this PR)? EDIT: update core example to use separate groups
  • For the "Action list with icons" example, is it intended that that is the only time ActionListItem component should not be wrapped in an ActionListGroup? Or should we be consistent about always needing the ActionListGroup wrapping ActionListItem components? EDIT:Open core issue to update pf-m-icons styling on pf-v5-c-action-list to also update group column-gap var (column-gap on action list should remain the same) PR opened by Matt - feat(action-list): added icon group variable update patternfly#6263

Additional issues:

@thatblindgeye thatblindgeye requested review from mattnolting, a team, wise-king-sullyman, kmcfaul, andrew-ronaldson and lboehling and removed request for a team January 24, 2024 15:32
@patternfly-build
Copy link
Contributor

patternfly-build commented Jan 24, 2024

@thatblindgeye thatblindgeye linked an issue Jan 29, 2024 that may be closed by this pull request
Copy link
Collaborator

@andrew-ronaldson andrew-ronaldson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet. Thanks!

Copy link
Contributor

@mattnolting mattnolting left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LPTM 🚀

What: Towards #9677

Couple questions:

  • For the "Action list with cancel button" example, should the "Cancel" button be in the same group as "Next" and "Back" buttons (how it is in Core), or should it be separate visually and structurally (how it is in this PR)? EDIT: update core example to use separate groups

@thatblindgeye deferring to design @lboehling @andrew-ronaldson

  • For the "Action list with icons" example, is it intended that that is the only time ActionListItem component should not be wrapped in an ActionListGroup? Or should we be consistent about always needing the ActionListGroup wrapping ActionListItem components? EDIT:Open core issue to update pf-m-icons styling on pf-v5-c-action-list to also update group column-gap var (column-gap on action list should remain the same) PR opened by Matt - feat(action-list): added icon group variable update patternfly#6263

@thatblindgeye we decided grouping is optional, but application of .pf-m-icons updates spacing for all element.

@mattnolting mattnolting merged commit b6874a8 into patternfly:v6 Feb 14, 2024
13 checks passed
@patternfly-build
Copy link
Contributor

Your changes have been released in:

Thanks for your contribution! 🎉

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.

Consume core updates: Toolbar and Action List
7 participants