-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: [M3-8746] – Move inputMaxWidth
into Theme
#11116
refactor: [M3-8746] – Move inputMaxWidth
into Theme
#11116
Conversation
Coverage Report: ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ confirmed no VPC width regressions
✅ confirmed no Security width regressions in the skeleton
Thanks Dajahi! Would we need a changeset for the manager package?
I would say no, having one for the linode/ui package is sufficient since it's just removing an import on the manager side. I can add one if there's disagreement though |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
It feels a bit weird to me to have inputMaxWidth
as a token/theme value on the theme in general but I don't think it's necessarily a bad thing.
Cloud Manager E2E Run #6707
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6707
|
Run duration | 25m 00s |
Commit |
26d7ea345f: refactor: [M3-8746] – Move `inputMaxWidth` into `Theme` (#11116)
|
Committer | Dajahi Wiley |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
2
|
Pending |
2
|
Skipped |
0
|
Passing |
438
|
View all changes introduced in this branch ↗︎ |
Description 📝
Follow-up to #11092 -- move
inputMaxWidth
intoTheme
so we can reference it astheme.inputMaxWidth
as opposed to exporting & importing theinputMaxWidth
variableChanges 🔄
inputMaxWidth
toTheme
inputMaxWidth
variable in components withtheme.inputMaxWidth
Target release date 🗓️
10/28/24
How to test 🧪
Verification steps
Confirm there are no width regressions for the VPC and Security sections in the Linode Create flow
As an Author I have considered 🤔