-
Notifications
You must be signed in to change notification settings - Fork 167
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
[RHOAIENG-5491] Landing page: Info section about AI flows #2723
[RHOAIENG-5491] Landing page: Info section about AI flows #2723
Conversation
@jeff-phillips-18: GitHub didn't allow me to request PR reviews from the following users: jgiardino. Note that only opendatahub-io members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Sounds good Jenn... tested and it looks good. @jeff-phillips-18 once you fix up the other comments I think we are good to go. |
9effa5a
to
b83aa22
Compare
const InfoGallery: React.FC<InfoGalleryProps> = ({ infoItems, closeAlt, onClose, closeTestId }) => ( | ||
<DividedGallery |
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.
What about if (infoItems.length === 0)
?
b83aa22
to
20f7a94
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.
Everything works as intended, and I was going to approve this -- then I noticed we have a css small change on selection of the tile and it resizes. It's small, but if we are going to get into custom css, we should do it right.
EDIT: I never actually said what the issue was -- may not be obvious. The height of the element on selection drops 2px and shifts the elements.
33c8674
to
560f8e0
Compare
560f8e0
to
a6d19ae
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andrewballantyne 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 |
Closes: RHOAIENG-5491
Description
Show an information section about AI flows in the landing page.
Screen shots
Projects disabled
Projects and Model serving disabled
Pipelines, Model serving, and projects disabled
How Has This Been Tested?
Tested manually by turning flags on/off.
Test Impact
Added e2e tests.
Request review criteria:
/cc @jgiardino