refactor: [M3-6282] MUI v5 Migration - SRC > Features > StackScripts pt1#9773
refactor: [M3-6282] MUI v5 Migration - SRC > Features > StackScripts pt1#9773coliu-akamai merged 17 commits intolinode:developfrom
SRC > Features > StackScripts pt1#9773Conversation
| : { | ||
| width: '26%', | ||
| }), | ||
| cursor: 'default !important', |
There was a problem hiding this comment.
Kept !important in this file since it's needed to maintain the cursor (or padding at line 82)
| }) | ||
| ); | ||
|
|
||
| // will convert these in part m3-6282 pt2 |
There was a problem hiding this comment.
There's currently repeat styling here -- this file will be cleaned up a lot in the next PR
There was a problem hiding this comment.
Realized I missed some labels for the styled components in this file -- they'll be added in the part 2 of this PR
bnussman-akamai
left a comment
There was a problem hiding this comment.
Found no style regressions!
dwiley-akamai
left a comment
There was a problem hiding this comment.
Linode creation from StackScript and StackScript creation ✅
Visual parity compared to prod for StackScript sections ✅
The only minor difference I observed, and it's probably not from this PR, was the success notice for StackScript creation:
That seems like more of a fix than a regression to me though.
packages/manager/.changeset/pr-9773-tech-stories-1696952796931.md
Outdated
Show resolved
Hide resolved
packages/manager/src/features/StackScripts/StackScriptBase/StackScriptBase.styles.ts
Outdated
Show resolved
Hide resolved
…ckScriptBase.styles.ts Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com>
Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com>
|
merging -- confirmed that stackscript related cypress tests pass! |


Description 📝
Part 1 of migrating the MUI styling for the
StackScriptspackage. This PR is for thePartials,SelectStackScriptPanel,StackScriptBase,StackScriptCreateandStackScriptFormsubpackages.Changes 🔄
How to test 🧪
There should be no visual changes.
Prerequisites
(How to setup test environment)
Verification steps
(How to verify changes)
As an Author I have considered 🤔
Check all that apply