Skip to content
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

upcoming: [M3-7874] - Linode Create Refactor - Marketplace - Part 1 #10401

Conversation

bnussman-akamai
Copy link
Member

@bnussman-akamai bnussman-akamai commented Apr 23, 2024

Description πŸ“

Begins building out the Marketplace section of the new Linode Create flow πŸ—οΈ

Note

I'm going to trial to do small consumable PRs for the remainder of the Linode Create refactor. If these PRs seem too small, just let me know.

Preview πŸ“·

Screenshot 2024-04-23 at 1 53 45β€―PM

How to test πŸ§ͺ

Prerequisites

  • Turn on the Linode Create v2 feature flag

Verification steps

As an Author I have considered πŸ€”

  • πŸ‘€ Doing a self review
  • ❔ Our contribution guidelines
  • 🀏 Splitting feature into small PRs
  • βž• Adding a changeset
  • πŸ§ͺ Providing/Improving test coverage
  • πŸ” Removing all sensitive information from the code and PR description
  • 🚩 Using a feature flag to protect the release
  • πŸ‘£ Providing comprehensive reproduction steps
  • πŸ“‘ Providing or updating our documentation
  • πŸ•› Scheduling a pair reviewing session
  • πŸ“± Providing mobile support
  • β™Ώ Providing accessibility support

@bnussman-akamai bnussman-akamai marked this pull request as ready for review April 23, 2024 19:20
@bnussman-akamai bnussman-akamai requested a review from a team as a code owner April 23, 2024 19:20
@bnussman-akamai bnussman-akamai requested review from jdamore-linode, hkhalil-akamai and abailly-akamai and removed request for a team April 23, 2024 19:20
Copy link
Contributor

@hkhalil-akamai hkhalil-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All for these short and sweet PRs! As long as it works for you

Comment on lines +26 to +34
<Autocomplete
textFieldProps={{
containerProps: { sx: { minWidth: 250 } },
hideLabel: true,
}}
label="Select category"
options={categoryOptions}
placeholder="Select category"
/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we fix the slight height discrepancy that has always existed between these two inputs?

Screenshot 2024-04-23 at 7 56 23β€―PM

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll try taking a look, but if I can't figure it our cleanly, I'll make a ticket for this

@bnussman-akamai bnussman-akamai added the Add'tl Approval Needed Waiting on another approval! label Apr 24, 2024
'Security',
'Stacks',
'Website',
];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we generate this dynamically by doing

const categories = oneClickApps.reduce((acc, app) => {
  return [...acc, ...app.categories];
}, [] as string[]);

const uniqueCategories = [...new Set(categories)]

or similar?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is 1,000 IQ! 🧠

Pushed in 4f592f8

Copy link
Contributor

@abailly-akamai abailly-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love the small PRs!

@bnussman-akamai bnussman-akamai added Approved Multiple approvals and ready to merge! and removed Add'tl Approval Needed Waiting on another approval! labels Apr 25, 2024
Copy link

Coverage Report: βœ…
Base Coverage: 81.82%
Current Coverage: 81.82%

@bnussman-akamai bnussman-akamai merged commit 4da9553 into linode:develop Apr 25, 2024
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Multiple approvals and ready to merge! Linode Create Refactor Marketplace
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants