-
Notifications
You must be signed in to change notification settings - Fork 432
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-1097] Add Avatar component, Optimize, Refactor and Improvements #1125
[Feat-1097] Add Avatar component, Optimize, Refactor and Improvements #1125
Conversation
dashboard/components/cloud-account/components/CloudAccountsLayout.tsx
Outdated
Show resolved
Hide resolved
Hei @umrkhn! Thanks a lot for the thorough PR and also for adding a Storybook entry! 🚀 Ping me if you have any questions : ) |
@umrkhn were you able to address the requested changes? :) |
@mlabouardy I am waiting for @Traxmaxx 's response on the discussion for |
@Traxmaxx @mlabouardy PR is ready for review. |
@umrkhn LGTM! Thanks so much for taking care of it 💚 I might have created a conflict yesterday by adding a new Civo SVG. Ping me if you have any questions! When the conflicts are resolved it's good to go. |
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
Fixes: #1097
Problem
Avatar
component and a lot of duplicated code.providers
helper object indashboard/utils/providerHelper.ts
can be improved.Changes Made
Avatar
component with story and refactored all instances.providers
=>platform
api indashboard/utils/providerHelper.ts
making it easily extensible when adding new logos of different types also refactored all instances./explorer page
.Notes
The changes and new integrations were tested thoroughly making sure the app doesnt break and work as expected.
Checklist