-
Notifications
You must be signed in to change notification settings - Fork 367
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-6522] - Tile and ShowMoreExpansion v7 Stories #9913
refactor: [M3-6522] - Tile and ShowMoreExpansion v7 Stories #9913
Conversation
2533dc6
to
c8223cc
Compare
const meta: Meta<ShowMoreExpansionProps> = { | ||
args: { | ||
children: ( | ||
<Typography> |
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.
old story was missing typography so font rendering was broken
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.
Approving, stuff looks good! Had one question below about the tile component behavior unrelated to this PR (behavior already exists on prod).
- ✅ confirmed unit tests
- ✅ confirmed stories
- ✅ confirmed Cloud Manager
This is super super small but something that stuck out to me with the tile component is that the icon hover animation is delayed while the link hover isn't. Would it make more sense to have the animation happen at the same time, or is this (industry?) standard behavior?
Story | Cloud - local & prod |
---|---|
tile-delay1.mov |
tile-delay2.mov |
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.
Look and behavior of stories ✅
ShowMoreExpansion
and Tile
instances in Cloud ✅
Left a few minor comments
packages/manager/.changeset/pr-9913-tech-stories-1701106649829.md
Outdated
Show resolved
Hide resolved
packages/manager/src/components/ShowMoreExpansion/ShowMoreExpansion.tsx
Outdated
Show resolved
Hide resolved
07e7f1f
to
009ed70
Compare
Description 📝
Small PR to migrate mdx to tsx stories for both Tile and ShowMoreExpansion components
Changes 🔄
Preview 📷
How to test 🧪
Verification steps
yarn storybook
yarn up
and make sure there isn't any regressions in either componentAs an Author I have considered 🤔
Check all that apply