-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update to latest Patternfly V6 alphas #201
Conversation
4193bf1
to
ad11647
Compare
There are 2 commits here:
You can look at the second commit to see where the codemods fell short. |
Demo app surge: https://v6-updates.surge.sh/ |
@jeff-phillips-18 can I do anything to help move this along? |
ad11647
to
36fe58e
Compare
36fe58e
to
9bf6ecb
Compare
@@ -9,7 +9,7 @@ | |||
width: 0; | |||
max-width: 100%; | |||
height: 100%; | |||
background-color: var(--pf-v5-global--BackgroundColor--100); | |||
background-color: var(--pf-t--global--background--color--100); |
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.
var(--pf-t--global--background--color--primary--default)
@@ -36,7 +36,7 @@ | |||
.pf-topology-resizable-side-bar { | |||
width: 100%; | |||
height: 100%; | |||
background-color: var(--pf-v5-global--BackgroundColor--100); | |||
background-color: var(--pf-t--global--background--color--100); |
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.
var(--pf-t--global--background--color--primary--default)
@@ -50,7 +50,7 @@ | |||
@media (min-width: 768px) { | |||
.pf-topology-container__with-sidebar { | |||
overflow-x: hidden; | |||
background-color: var(--pf-v5-global--Color--light-200) !important; | |||
background-color: var(--pf-t--global--background--color--200) !important; |
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.
var(--pf-t--global--background--color--secondary--default)
bottom: var(--pf-v5-global--spacer--md); | ||
left: var(--pf-v5-global--spacer--xl); | ||
bottom: 0; | ||
left: var(--pf-t--global--spacer--400); |
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.
var(--pf-t--global--spacer--lg)
margin-right: var(--pf-v5-global--spacer--xs); | ||
margin-top: var(--pf-v5-global--spacer--xs); | ||
.pf-topology-control-bar__button.pf-v6-c-button.pf-m-tertiary { | ||
margin-right: var(--pf-t--global--spacer--100); |
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.
margin-right: var(--pf-t--global--spacer--gap--control-to-control--default);
margin-top: var(--pf-t--global--spacer--xs);
padding: var(--pf-t--global--spacer--control--vertical--plain) var(--pf-t--global--spacer--control--horizontal--default);
.pf-topology-control-bar__button.pf-v5-c-button.pf-m-tertiary:not(.pf-m-disabled) { | ||
background-color: var(--pf-v5-global--BackgroundColor--100); | ||
.pf-topology-control-bar__button.pf-v6-c-button.pf-m-tertiary:not(.pf-m-disabled) { | ||
background-color: var(--pf-t--global--background--color--100); |
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.
var(--pf-t--global--background--color--primary--default)
0d7f99c
to
dbffd6c
Compare
@andrew-ronaldson @nicolethoen @jenny-s51 Please take another look. I think this is in good shape now. Latest surge for Demo app: https://v6-updates.surge.sh/ Surge for Doc app: https://react-topology-pr-topology-201.surge.sh/ |
…ly#221) fix(pipelines): add correct location, scaling, and anchors for expanded task group's pill labels. (patternfly#10) fix(pipelines): add status prop to group labels update import statement
dbffd6c
to
8e6ca29
Compare
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. Saw a couple things in review.
- Can you add a
border-radius: var(--pf-t--global--border--radius--medium);
to the node groupings - When there is a status modifier the node labels drop the status color border on hover.
- In pipelines can the expanded task look like this instead of the node group.
b79519b
to
acd66e4
Compare
@andrew-ronaldson @jenny-s51 Updated. PTAL. |
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.
The styles are looking awesome @jeff-phillips-18 ! Just noticing the sidebar example window isn't rendering on the docs site (all the other demos look great) https://react-topology-pr-topology-201.surge.sh/topology/sidebar.
9af83fa
to
9223b18
Compare
@andrew-ronaldson @jenny-s51 Updated. PTAL. |
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.
Thanks for the updates. Looks good to me
@jenny-s51 The docs surge did not get updated. If you run locally you will see this fix. |
Sounds good @jeff-phillips-18 pulling it down to take a look |
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 👍
What
Updates to last Patternfly V6 alpha release.
Type of change