chore: adding storybook stories to review colors#25083
chore: adding storybook stories to review colors#25083georgewrmarshall merged 3 commits intodevelopfrom
Conversation
|
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. |
|
is app loading spinner supposed to be just gray like that? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #25083 +/- ##
===========================================
- Coverage 65.64% 65.64% -0.00%
===========================================
Files 1362 1362
Lines 54151 54151
Branches 14074 14074
===========================================
- Hits 35546 35545 -1
- Misses 18605 18606 +1 ☔ View full report in Codecov by Sentry. |
Good question! This PR just adds the Storybook files and does not touch any component colors. This is what is currently in production. This was part of your suggestion to break up this PR #24971 (comment) |
Hmm can you double check if its indeed broken on the component side or is there anything missing from the story pov? if it's indeed broken then i can just approve it so there's at least a story for someone to come in and fix |
Builds ready [fb627d2]
Page Load Metrics (101 ± 118 ms)
Bundle size diffs
|
Yup, definitely the component. You can check by going to the Storybook build of this PR. It's using after720.mov |
Builds ready [39b8665]
Page Load Metrics (49 ± 3 ms)
Bundle size diffs
|
Builds ready [927c036]
Page Load Metrics (50 ± 4 ms)
Bundle size diffs
|
fc68974 to
ae9e66b
Compare
ae9e66b to
1a8bb37
Compare
Builds ready [1a8bb37]
Page Load Metrics (46 ± 3 ms)
Bundle size diffs
|
Description
This pull request adds Storybook stories for the following components:
AppLoadingSpinner,EthOverview, andLoadingScreen. The goal is to provide better visual documentation and enable easier testing of these components within Storybook. It also breaks up a PR to remove all deprecated secondary colors.Related issues
Part of: #24964
Manual testing steps
yarn storybook.AppLoadingSpinner,EthOverview, andLoadingScreen.Screenshots/Recordings
Before
before.sb.mov
After
after.sb.mov
Pre-merge author checklist
Pre-merge reviewer checklist