-
Notifications
You must be signed in to change notification settings - Fork 659
Console 2926: Bug 1995545: Update console page markup structure to closer align with Patternfly page component structure. #9974
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
Conversation
@jamestalton FYI |
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.
One nit.
What's your confidence on this, @sg00dwin?
324c20c
to
39419bf
Compare
Removed after our conversation |
/bugzilla refresh |
@rexagod: No Bugzilla bug is referenced in the title of this pull request. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
39419bf
to
ab620da
Compare
@sg00dwin: This pull request references Bugzilla bug 1995545, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/bugzilla refresh |
@sg00dwin: This pull request references Bugzilla bug 1995545, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Bugzilla ([email protected]), skipping review request. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
aa4bcc4
to
b6f5fb8
Compare
/retest |
480bfbf
to
79a3a68
Compare
/retest |
/test ceph-storage-plugin |
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.
…verrides are needed and do not interfere with default PF component usage. Relates to dynamic plugin override issues
79a3a68
to
b276e3d
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhamilto, sg00dwin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest-required Please review the full test history for this PR and help us cut down flakes. |
@sg00dwin: All pull requests linked via external trackers have merged: Bugzilla bug 1995545 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…for-better-alignment-with-PF Console 2926: Bug 1995545: Update console page markup structure to closer align with Patternfly page component structure.
Removes the need for dynamic plugin css page level overrides.
Sidebar nav
pf-c-page__sidebar
breakpoint now uses the PF default 1200px which is tied into the defaultpf-c-page
grid template area@media
breakpoint.A couple
z-index
changes so that notification drawer, fullscreen terminal, and Help menu position correctlyFixes https://bugzilla.redhat.com/show_bug.cgi?id=1995545 (Project drop-down hidden behind PF wizard)
Related
Dynamic Plugin demo page #9679
PF page component https://www.patternfly.org/v4/components/page
PF page with drawer demo that most closely matches our console markup. https://www.patternfly.org/v4/components/drawer/html-demos#expanded because of how we pull in the
ConnectedNotificationDrawer