-
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
Add tooltips to Model Server Modal #2003
Add tooltips to Model Server Modal #2003
Conversation
...nd/src/pages/modelServing/screens/projects/ServingRuntimeModal/ManageServingRuntimeModal.tsx
Outdated
Show resolved
Hide resolved
...src/pages/modelServing/screens/projects/ServingRuntimeModal/ServingRuntimeReplicaSection.tsx
Outdated
Show resolved
Hide resolved
frontend/src/pages/notebookController/screens/server/GPUSelectField.tsx
Outdated
Show resolved
Hide resolved
@uidoyen can you squah the commits please? |
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.
Code looks great, we need testing, mostly integration for this part.
...nd/src/pages/modelServing/screens/projects/ServingRuntimeModal/ServingRuntimeSizeSection.tsx
Outdated
Show resolved
Hide resolved
@uidoyen we'll carry over this to next sprint, can you add the testsuite please? |
<Popover bodyContent={<div>{infoContent}</div>}> | ||
<HelpIcon aria-label="More info" /> | ||
</Popover> |
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.
We have a mix of HelpIcon
and QuestionCircleIcon
in various parts of the UI. @vconzola which is correct.
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.
@uidoyen please change all instances of HelpIcon
to QuestionCircleIcon
@christianvogt I don't even know what HelpIcon looks like. If it's to indicate in context help (popovers, mostly I assume), then it should be fa-question-circle (outlined). |
@vconzola this is how the |
@christianvogt Interesting. I don't see that icon in the PF icon library, so I don't know where it came from. It looks very similar to the fa-question-circle icon, except possibly darker. Regardless, according to PF guidelines, we should be using fa-question-circle for in context help (popovers, tooltips, etc.). |
As a follow up, we should do the same to kserve modal, I'm gonna approve and merge this but log another issue. |
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: lucferbux 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 |
435bc9e
into
opendatahub-io:f/model-serving
Closes: #1580
Description
Add tooltips to Model Server Modal
How Has This Been Tested?
Test Impact
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main