-
Notifications
You must be signed in to change notification settings - Fork 71
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
Migrate masthead to PF4 and clean-up PF3 CSS #1584
Conversation
All tests passed |
All tests passed |
All tests passed |
All tests passed |
All tests passed |
All tests passed |
All tests passed |
FWIW - The masthead height and top line etc was made to match that of webadmin. As-is right now, the mastheads are now different sizes. Followup thought -- maybe update the webadmin masthead with the PF4 sizes instead? |
Logged out view looks good. Note: To get to is without just waiting, use the Redux browser plugin and dispatch an action with the content: { type: 'LOGOUT', payload: { isManual: false } } |
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.
Masthead, notification drawer for events, user menu, about box, error boundary, logout screen, bad browser screen ... all looking good.
The only thing really to consider is if we still want the admin portal mast head to match the VM portal mast head. They matched before (size/height).
Includes: 1. toolbars 2. tooltips 3. spinner 4. masthead icons Fixes: 1. use translation independent filters 2. allow filter multiselection
All tests passed |
Integration tests (OST) expect VM count under specific xpath: '//div[@Class='col-sm-12']/h5' Preserve this path: 1. keep the class 'col-sm-12' as marker class 2. keep the structure: <div> followed by <h5>
Key changes: 1. reimplement Network and Storage steps using TableComposable 2. add 'final' step after the Summary for tracking progress
Bring back the title used previously in the PF3 version. Includes styling changes in BasicSettings step: 1. re-enable validation for VM name 2. add more space above sysprep/cloud init section
Includes: 1. Breadcrumb 2. NotificationDrawer 3. AboutDialog refactoring to functional component
All tests passed |
/ost |
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
After merging PRs and pushing their string changes, pull the translations. This picks up translation invalidations (English text has changed), helping to make sure the translations are not wrong. PRs to consider: - oVirt#1533 - oVirt#1537 - oVirt#1539 - oVirt#1540 - oVirt#1543 - oVirt#1549 - oVirt#1564 - oVirt#1584 - oVirt#1585 ** pending merge - oVirt#1592 ** pending merge
After merging PRs and pushing their string changes, pull the translations. This picks up translation invalidations (English text has changed), helping to make sure the translations are not wrong. PRs to consider: - oVirt#1533 - oVirt#1537 - oVirt#1539 - oVirt#1540 - oVirt#1543 - oVirt#1549 - oVirt#1564 - oVirt#1584 - oVirt#1585 ** pending merge - oVirt#1592 ** pending merge
After merging PRs and pushing their string changes, pull the translations. This picks up translation invalidations (English text has changed), helping to make sure the translations are not wrong. PRs to consider: - oVirt#1533 - oVirt#1537 - oVirt#1539 - oVirt#1540 - oVirt#1543 - oVirt#1549 - oVirt#1564 - oVirt#1584 - oVirt#1585 - oVirt#1592 ** pending merge
After merging PRs and pushing their string changes, pull the translations. This picks up translation invalidations (English text has changed), helping to make sure the translations are not wrong. PRs to consider: - oVirt#1533 - oVirt#1537 - oVirt#1539 - oVirt#1540 - oVirt#1543 - oVirt#1549 - oVirt#1564 - oVirt#1584 - oVirt#1585 - oVirt#1592
Depends on PR #1549
Changes:
Page
andMasthead
ecosystem (includes Breadcrumb and Notifications)TODO:
re-implemement functionalities that rely onEDIT fixed in follow up PR Migrate to PF4 based react-console #1585react-console