refactor: [M3-6274] - MUI v5 Migration - SRC > Features > Longview Pt1: Longview Detail#9600
Conversation
MUI v5 Migration - SRC > Features > Longview Pt1: Longview DetailSRC > Features > Longview Pt1: Longview Detail
packages/manager/src/features/Longview/LongviewDetail/DetailTabs/GaugesSection.tsx
Show resolved
Hide resolved
packages/manager/src/features/Longview/LongviewDetail/DetailTabs/Processes/ProcessesGraphs.tsx
Outdated
Show resolved
Hide resolved
|
So it seems like there was a styling regression at some point with the longview page: if you run: you can see the original styling. For some reason though, I am getting a 'clamp' error so I can only see it for a split second. I am also getting this error in prod as well, not sure what is causing it. I'm not sure if this would be part of this ticket or another. |
|
@tyler-akamai I think it's the commit right after that one that changes things on Longview (but it's weird since it doesn't touch any longview files...) just to confirm I'm not going crazy, can you run edit: tried some commits before |
|
Commenting here for visibility: I found (at least one of) the issue(s), related to this pr: #9488 -- basically, changing from default to named exports (and removing the /core folder) caused us to change the file we were importing from, which then changed styling. Using the LongviewClients.tsx file as an example:
++ will be handling in this ticket and #9612 |
|
nvm, just put up a super quick fix here: #9619 + after that gets merged in, will update this and the p2 pr |
...es/manager/src/features/Longview/LongviewDetail/DetailTabs/OverviewGraphs/OverviewGraphs.tsx
Outdated
Show resolved
Hide resolved
packages/manager/src/features/Longview/LongviewDetail/DetailTabs/LongviewDetailOverview.tsx
Outdated
Show resolved
Hide resolved
...ager/src/features/Longview/LongviewDetail/DetailTabs/ListeningServices/ListeningServices.tsx
Outdated
Show resolved
Hide resolved
...ager/src/features/Longview/LongviewDetail/DetailTabs/ActiveConnections/ActiveConnections.tsx
Outdated
Show resolved
Hide resolved
|
Thanks Jaalah! I'd accidentally thought the Listening services/Active connection were supposed to look like that and that it was an interesting UI decision oops, should have double checked 😅 |
…bs/LongviewDetailOverview.tsx Co-authored-by: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com>
…bs/ListeningServices/ListeningServices.tsx Co-authored-by: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com>
jaalah-akamai
left a comment
There was a problem hiding this comment.
🚀 Thanks for great work on this!

Description 📝
Major Changes 🔄
Inside LongivewDetail package,
How to test 🧪