-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: [M3-8814] - Clean up SubnetCreateDrawer and fix animation f…
…or VPC subnet drawers (#11195) * new subnet node? * subnet node - i think I like this version more? * update spacing of bottom margins for notices * switch to remove two setValues * Added changeset: Convert from `formik` to `react-hook-form` for `SubnetCreateDrawer` * Update packages/manager/src/features/VPCs/VPCDetail/SubnetCreateDrawer.tsx Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com> * remove unnecessary grid + update variable name * fix animation for VPC subnet drawers * Added changeset: Animation for VPC subnet drawers * fix cypress tests --------- Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com>
- Loading branch information
1 parent
6de4781
commit 8c3c7fd
Showing
6 changed files
with
147 additions
and
119 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": Fixed | ||
--- | ||
|
||
Animation for VPC subnet drawers ([#11195](https://github.com/linode/manager/pull/11195)) |
5 changes: 5 additions & 0 deletions
5
packages/manager/.changeset/pr-11195-tech-stories-1730487840259.md
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": Tech Stories | ||
--- | ||
|
||
Convert from `formik` to `react-hook-form` for `SubnetCreateDrawer` ([#11195](https://github.com/linode/manager/pull/11195)) |
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