Skip to content

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

Merged
bnussman-akamai merged 5 commits intolinode:developfrom
bnussman-akamai:M3-7572-linode-create-refactor-marketplace-part-1
Apr 25, 2024
Merged

upcoming: [M3-7874] - Linode Create Refactor - Marketplace - Part 1#10401
bnussman-akamai merged 5 commits intolinode:developfrom
bnussman-akamai:M3-7572-linode-create-refactor-marketplace-part-1

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 abailly-akamai, hkhalil-akamai and jdamore-linode 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
@github-actions
Copy link

Coverage Report:
Base Coverage: 81.82%
Current Coverage: 81.82%

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