Skip to content
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

Feat/13662 box design token updates #13725

Merged
merged 7 commits into from
Mar 1, 2022

Conversation

georgewrmarshall
Copy link
Contributor

@georgewrmarshall georgewrmarshall commented Feb 23, 2022

Fixes: #13662
Dependencies: #13657

TO DO

Explanation: Updating Box component to use new design token colors and updating documentation in storybook

Manual testing steps:

Screenshots

Screen Shot 2022-02-23 at 12 19 54 PM

Ready for storybook darkmode when 13651 is merged
Screen Shot 2022-02-23 at 12 31 11 PM

box

@georgewrmarshall georgewrmarshall added area-documentation Issues relating to documentation, in the codebase and off. area-UI Relating to the user interface. type-story labels Feb 23, 2022
@georgewrmarshall georgewrmarshall self-assigned this Feb 23, 2022
@github-actions
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

| width | Object.values(BLOCK_SIZES) | - |
| height | Object.values(BLOCK_SIZES) | - |
| backgroundColor | Object.values(COLORS) | - |
| className | string | |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to add the args table manually here as the storybook ArgsTable component doesn't like line 67 - 79 in box.js for some reason

Screen Shot 2022-02-23 at 8 52 49 AM

@metamaskbot
Copy link
Collaborator

Builds ready [693a30f]
Page Load Metrics (1066 ± 13 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint631113563463223
domContentLoaded1012111910612613
load1020111910662613
domInteractive1012111910612613

highlights:

storybook

@georgewrmarshall georgewrmarshall force-pushed the feat/13662-box-design-token-updates branch from 693a30f to 5f87a03 Compare February 24, 2022 00:52
@metamaskbot
Copy link
Collaborator

Builds ready [5f87a03]
Page Load Metrics (1162 ± 32 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint651215484465223
domContentLoaded1028129311606531
load1028131311626632
domInteractive1028129311606531

highlights:

storybook

@georgewrmarshall georgewrmarshall marked this pull request as ready for review February 24, 2022 04:03
@georgewrmarshall georgewrmarshall requested a review from a team as a code owner February 24, 2022 04:03
@georgewrmarshall georgewrmarshall requested review from jpuri, brad-decker, darkwing and GuillaumeRx and removed request for jpuri February 24, 2022 04:03
darkwing
darkwing previously approved these changes Feb 24, 2022
@metamaskbot
Copy link
Collaborator

Builds ready [b706fca]
Page Load Metrics (1174 ± 52 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint771193587485233
domContentLoaded10671499117010852
load10671508117410952
domInteractive10671499117010852

highlights:

storybook

@georgewrmarshall georgewrmarshall force-pushed the feat/13662-box-design-token-updates branch from b706fca to 39241a2 Compare February 25, 2022 02:12
brad-decker
brad-decker previously approved these changes Feb 25, 2022
Copy link
Contributor

@brad-decker brad-decker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏🏻

@metamaskbot
Copy link
Collaborator

Builds ready [afdd719]
Page Load Metrics (1471 ± 90 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint861425649524251
domContentLoaded11941810146818991
load12031810147118790
domInteractive11941810146818991

highlights:

storybook

@metamaskbot
Copy link
Collaborator

Builds ready [7c97654]
Page Load Metrics (1122 ± 34 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint691370550527253
domContentLoaded1053137911217134
load1054137911227234
domInteractive1053137911217134

highlights:

storybook

@georgewrmarshall georgewrmarshall merged commit 0244c62 into develop Mar 1, 2022
@georgewrmarshall georgewrmarshall deleted the feat/13662-box-design-token-updates branch March 1, 2022 18:23
@github-actions github-actions bot locked and limited conversation to collaborators Mar 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-documentation Issues relating to documentation, in the codebase and off. area-UI Relating to the user interface. type-story
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Box component to use design token colors
4 participants