-
Notifications
You must be signed in to change notification settings - Fork 138
fix: UI issues identified in shared library upgrade #1680
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d28e7d1
to
82239c8
Compare
7ac8986
to
cef8d8b
Compare
Hi @lucferbux , can you please take a look at this one as well? Thank you 🙏 |
@jenny-s51 I'm gonna trigger a new release with opendatahub-io/mod-arch-library#39 can you then update the library to point at that version in this PR? |
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.
@jenny-s51 I'm gonna trigger a new release with opendatahub-io/mod-arch-library#39 can you then update the library to point at that version in this PR?
Absolutely - thank you @lucferbux!
Ok, so you can update the libraries to the |
6efd3e0
to
229ac63
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.
Thank you @lucferbux - I've updated the versions.
There was a bug introduced with https://github.com/opendatahub-io/mod-arch-library/pull/37/files (out of scope from the style changes) which is causing the test errors in the GH actions workflow below, so we'll have to resolve this issue first and then cut a new release of the shared library first so we don't break the tests in MR.
Opened the issue here: opendatahub-io/mod-arch-library#43 |
Signed-off-by: Jenny <[email protected]> fix: bump to latest shared library versions with style fixes fix tests Signed-off-by: Jenny <[email protected]> fix tests revert test files to latest on main Signed-off-by: Jenny <[email protected]> fix: bump to 1.1.4 shared library version to fix Cypress tests
Description
Fixed issue with sidebar on logout noted in opendatahub-io/mod-arch-library#33 (comment)
Also applies some changes needed for #1669 towards opendatahub-io/mod-arch-library#39.
Before:

After:

Fixed height of grouped toolbar search input fields and elements for better consistency:
Before:

After:

Fixed label alignment and added autoResize to textArea fields to align with MUI styling for description fields:
Before:

After:

How Has This Been Tested?
To test:
This PR needs to be tested with the latest changes to
MUI-theme.scss
in opendatahub-io/mod-arch-library#39 for correct UI visuals. Pull down this PR first to get the correct state of the stylesheet.Testing Instructions
Prerequisites: This PR requires the updated
MUI-theme.scss
from opendatahub-io/mod-arch-library#39. Pull that PR first.Required Local Configuration Changes:
To prevent React type conflicts when referencing the local mod-arch libraries, you may need to make the following changes:
clients/ui/frontend/config/webpack.dev.js
- Comment out the ForkTsCheckerWebpackPlugin:clients/ui/frontend/config/webpack.common.js
- Use ts-loader consistently:Setup:
Update library paths in
clients/ui/frontend/package.json
:Build the library:
Install and run:
Verify:
Merge criteria:
DCO
check)ok-to-test
has been added to the PR.If you have UI changes