forked from linode/manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [M3-8728] - Add Product Families to Create Menu dropdown (linod…
…e#11260) ## Description 📝 Add Product Families to the Create Menu Dropdown and display the desktop dropdown as 3 columns in a row; mobile will remain as a single column dropdown Note: The Storage section was intentionally moved after Networking (different from the Side Nav Menu) since it has less items and can be in the same column as Databases. UX would prefer not to change the Side Nav order as it "reflects the info hierarchy from Ryan McEntee, that is also being used by TechDocs." ## Changes 🔄 - Add Product Families to Create Menu dropdown Clean up 🧹 : - Deleted unused nav components - Renamed AddNewMenu to CreateMenu - Variable renaming in PrimaryNav - Updated unit test to use `userEvent` over `fireEvent` ## How to test 🧪 ### Verification steps - [ ] Open the create menu and ensure you can tab through the items. Clicking links still work as expected, etc - [ ] Check mobile view ``` yarn test CreateMenu ```
- Loading branch information
1 parent
064cb34
commit f3439da
Showing
14 changed files
with
470 additions
and
424 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 | ||
--- | ||
|
||
Product Families to Create Menu dropdown ([#11260](https://github.com/linode/manager/pull/11260)) |
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
40 changes: 0 additions & 40 deletions
40
packages/manager/src/components/PrimaryNav/AdditionalMenuItems.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
66 changes: 0 additions & 66 deletions
66
packages/manager/src/features/TopMenu/AddNewMenu/AddNewMenu.test.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.