-
Notifications
You must be signed in to change notification settings - Fork 398
change: [M3-9433] - Update styles to match CDS for Entity Header & Action Panel #11857
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
Closed
Closed
Changes from 13 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
b274baf
unit test coverage for HostNameTableCell
cpathipa f958dab
Revert "unit test coverage for HostNameTableCell"
cpathipa e596431
change: [M3-9433] - update styles to match CDS for Entity Header & Acβ¦
cpathipa 88660d1
Added changeset: Update styles to match CDS for Entity Header & Actiβ¦
cpathipa 8d78721
Merge branch 'develop' into M3-9433
cpathipa 7a0cdbd
Merge branch 'develop' into M3-9433
cpathipa cd9e1a7
update layout spacing
cpathipa 172165f
Merge branch 'develop' into M3-9433
cpathipa e844303
Merge branch 'develop' into M3-9433
cpathipa 462b92d
Merge branch 'develop' into M3-9433
cpathipa 172bb10
Merge branch 'develop' into M3-9433
cpathipa 5ffe17a
Add 24px gap between row elements in linodes landing page
cpathipa df44748
Merge branch 'develop' into M3-9433
cpathipa b6aa585
Update packages/manager/src/MainContent.tsx
cpathipa d12f946
Merge branch 'develop' into M3-9433
cpathipa 5c5ee84
Add consistent spacing between GolabalNotifiacations section and otheβ¦
cpathipa 1b93bf1
Merge branch 'develop' into M3-9433
cpathipa d733c34
Merge branch 'develop' into M3-9433
cpathipa 90c6e52
Add consisten spacing between between banner and entity header in Kubβ¦
cpathipa aacbcc0
Merge branch 'M3-9433' of github.com:cpathipa/manager into M3-9433
cpathipa 688f332
Merge branch 'develop' into M3-9433
cpathipa 777f71a
Merge branch 'develop' into M3-9433
cpathipa 8fbce09
Merge branch 'develop' into M3-9433
cpathipa bd955f7
Linodes landing page layout - group the notifications section
cpathipa bb01ab6
Merge remote-tracking branch 'origin/develop' into M3-9433
cpathipa b6144db
Merge remote-tracking branch 'origin/develop' into M3-9433
cpathipa db39606
change: [M3-9433] - Image Service Gen2 GA: Update copy about Image Prβ¦
cpathipa 27e9bb7
Revert "change: [M3-9433] - Image Service Gen2 GA: Update copy about β¦
cpathipa 3c71bab
Merge branch 'develop' of https://github.com/cpathipa/manager into deβ¦
cpathipa 05d165b
Merge branch 'develop' into M3-9433
cpathipa f17fc63
Merge remote-tracking branch 'origin/develop' into M3-9433
cpathipa 4658d89
Revert "Merge remote-tracking branch 'origin/develop' into M3-9433"
cpathipa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
packages/manager/.changeset/pr-11857-changed-1741982641599.md
This file contains hidden or 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": Changed | ||
| --- | ||
|
|
||
| Update styles to match CDS for Entity Header & Action Panel ([#11857](https://github.com/linode/manager/pull/11857)) |
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| import { Button } from '@linode/ui'; | ||
| import { styled, useTheme } from '@mui/material/styles'; | ||
| import Grid from '@mui/material/Grid2'; | ||
| import { styled, useTheme } from '@mui/material/styles'; | ||
| import useMediaQuery from '@mui/material/useMediaQuery'; | ||
| import * as React from 'react'; | ||
|
|
||
|
|
@@ -76,13 +76,14 @@ export const LandingHeader = ({ | |
|
|
||
| return ( | ||
| <Grid | ||
| container | ||
| data-qa-entity-header | ||
| sx={{ | ||
| sx={(theme) => ({ | ||
| alignItems: 'center', | ||
| justifyContent: 'space-between', | ||
| marginBottom: theme.spacing(3), | ||
|
||
| width: '100%', | ||
| }} | ||
| })} | ||
| container | ||
| data-qa-entity-header | ||
| > | ||
| <Grid> | ||
| <Breadcrumb | ||
|
|
@@ -102,10 +103,10 @@ export const LandingHeader = ({ | |
| sx={{ | ||
| alignItems: 'center', | ||
| display: 'flex', | ||
| flex: '1 1 auto', | ||
| flexWrap: xsDown ? 'wrap' : 'nowrap', | ||
| gap: 3, | ||
| justifyContent: 'flex-end', | ||
| flex: '1 1 auto', | ||
|
|
||
| marginLeft: customSmMdBetweenBreakpoint | ||
| ? theme.spacing(2) | ||
|
|
||
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Uh oh!
There was an error while loading. Please reload this page.