-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat: Add missing tooltips to all onboarding options #2194
feat: Add missing tooltips to all onboarding options #2194
Conversation
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_base_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_micronaut_categories.jsx
Outdated
Show resolved
Hide resolved
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.
Just a small note about the the tooltips. Could you change e.g.
to Example:
?
It would allow to be consistent with the other already existing tooltips
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_base_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_base_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_micronaut_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_micronaut_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_base_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_node_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_node_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_node_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_static_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_micronaut_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_micronaut_categories.jsx
Outdated
Show resolved
Hide resolved
api-catalog-ui/frontend/src/components/Wizard/configs/wizard_micronaut_categories.jsx
Outdated
Show resolved
Hide resolved
In the |
….x' of https://github.com/zowe/api-layer into apiml/GH1879_wizard_enhancement_improve_suggestions_2.x.x
Signed-off-by: at670475 <[email protected]>
Signed-off-by: at670475 <[email protected]>
Signed-off-by: at670475 <[email protected]>
SonarCloud Quality Gate failed. |
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. Thank you!
Description
Improved tooltips and suggestions in the onboarding wizard for all onboarding methods.
"As a user trying to onboard a service to API ML, I want to get some better suggestion when using the Wizard UI."
Tasks Complete
Update the documentation (if necessary)(will be done in a separate PR)Linked to #1879 and #2059
Type of change
Please delete options that are not relevant.
Checklist:
I have made corresponding changes to the documentation(will be done in a separate PR)