-
Notifications
You must be signed in to change notification settings - Fork 367
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: [M3-7829] - Linode Clone UI refinements #10280
feat: [M3-7829] - Linode Clone UI refinements #10280
Conversation
if (linodeLoading || !linode) { | ||
return ( | ||
<TableRow> | ||
<TableCell colSpan={numCols}> | ||
<CircleProgress mini /> | ||
</TableCell> | ||
</TableRow> | ||
); | ||
} |
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.
This component doesn't need to manage it's own loading/error states anymore now that we're not fetching each individual Linode
linodeId={linode.id} | ||
linode={linode} |
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 pass in the Linode instead of refetching it again in the component
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.
Looks good! 🚢
Description 📝
Address refinements identified during the review process for Clone UI changes
Changes 🔄
Preview 📷
Screen.Recording.2024-03-13.at.4.42.08.PM.mov
Screen.Recording.2024-03-13.at.4.47.44.PM.mov
How to test 🧪
Verification steps
(How to verify changes)
As an Author I have considered 🤔
Check all that apply