-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [M3-8834] - Display new Accelerated plans in Plans Panel (#11287)
* get initial helper text to show up * bullet pointed notice * tooltip showing * update plan title * some cleanup / remove unused props * update way to customize accelerated's plan name * added some mock premium plans * transfer link * hide accelerated plans behind feature flag * add test for utils * eslint fix * Added changeset: Accelerated Linode plans in Linode/LKE create flow * use planType instead of plans to determine accelerated table naming * remove region availability notice, will be communicated as part of beta comms * Update packages/manager/src/features/components/PlansPanel/PlanInformation.tsx Co-authored-by: Alban Bailly <130582365+abailly-akamai@users.noreply.github.com> * make constant for copy, try to match figma banner mockup more * Update packages/manager/src/features/Kubernetes/CreateCluster/NodePoolPanel.tsx Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com> * make logic more readable * ux updates: accelerated plan notices --------- Co-authored-by: Alban Bailly <130582365+abailly-akamai@users.noreply.github.com> Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
- Loading branch information
1 parent
23fa3c7
commit 1b0733f
Showing
13 changed files
with
278 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/manager": Added | ||
--- | ||
|
||
Accelerated Linode plans in Linode/LKE create flow ([#11287](https://github.com/linode/manager/pull/11287)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.