-
Notifications
You must be signed in to change notification settings - Fork 98
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(pci.savings-plan): improve dashboard ui #15043
feat(pci.savings-plan): improve dashboard ui #15043
Conversation
fec8913
to
5a0ea22
Compare
packages/manager/apps/pci-savings-plan/src/components/Dashboard/Filters/Filters.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-savings-plan/src/components/Dashboard/Filters/Filters.tsx
Outdated
Show resolved
Hide resolved
ad0fae3
to
fcfc32c
Compare
packages/manager/apps/pci-savings-plan/public/translations/dashboard/Messages_fr_FR.json
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-savings-plan/src/components/Dashboard/Filters/Filters.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-savings-plan/src/components/Dashboard/Filters/Filters.tsx
Outdated
Show resolved
Hide resolved
fcfc32c
to
f443694
Compare
packages/manager/apps/pci-savings-plan/src/components/Dashboard/Kpis/Kpis.tsx
Show resolved
Hide resolved
className="my-auto" | ||
aria-labelledby="tooltip-default" | ||
name="circle-question" | ||
id={`trigger-${index}`} |
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.
since the title is used as a key in above component, could it be used here also to replace the index ?
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.
That doesn't work (the tooltip component), I tried this out first.
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.
Any idea why ?
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.
Yes, I checked the ID for 'odstooltips', and it seems to require a string that must follow these rules: no white spaces, no special characters, and no uppercase letters.
ref: TAPC-2358 Signed-off-by: Eric Ciccotti <[email protected]>
f443694
to
cdbb093
Compare
Quality Gate passedIssues Measures |
feat/TAPC-2358-svp-dashboard
Description
Improve dashboard UI on savings plan