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

fix(side panel): slideIn not working as expected in Storybook #6501

Conversation

sangeethababu9223
Copy link
Member

Closes #6480

The SlideIn option is not working as expected. Its behavior is currently identical to that of the SlideOver option, which should not be the case.

What did you change?

The issue was with storybook styling. I referred web components package to update the style and HTML in SlideIn Template in SidePanel.stories.jsx

How did you test and verify your work?

Storybook

@sangeethababu9223 sangeethababu9223 requested a review from a team as a code owner November 25, 2024 08:40
@sangeethababu9223 sangeethababu9223 requested review from elycheea and amal-k-joy and removed request for a team November 25, 2024 08:40
Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for ibm-products-web-components ready!

Name Link
🔨 Latest commit 0ce441f
🔍 Latest deploy log https://app.netlify.com/sites/ibm-products-web-components/deploys/67459fd2d28848000833a0cc
😎 Deploy Preview https://deploy-preview-6501--ibm-products-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit 0ce441f
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/67459fd273840200081c80ce
😎 Deploy Preview https://deploy-preview-6501--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.84%. Comparing base (1d049e0) to head (0ce441f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6501   +/-   ##
=======================================
  Coverage   79.83%   79.84%           
=======================================
  Files         394      394           
  Lines       12872    12872           
  Branches     4257     4257           
=======================================
+ Hits        10277    10278    +1     
+ Misses       2595     2594    -1     
Components Coverage Δ
ibm-products ∅ <ø> (∅)
ibm-products-web-components ∅ <ø> (∅)

@elycheea elycheea changed the title fix(side panel in react): slideIn not working as expected fix(side panel): slideIn not working as expected Nov 25, 2024
@elycheea elycheea changed the title fix(side panel): slideIn not working as expected fix(side panel): slideIn not working as expected in Storybook Nov 25, 2024
Copy link
Contributor

@elycheea elycheea left a comment

Choose a reason for hiding this comment

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

Thanks for catching and fixing this. I made some small edits to the PR title for the release notes.

@sangeethababu9223 sangeethababu9223 added this pull request to the merge queue Nov 26, 2024
Merged via the queue into carbon-design-system:main with commit 9d07dab Nov 26, 2024
31 checks passed
@sangeethababu9223 sangeethababu9223 deleted the fix/side-panel-react-slidein-not-working branch November 26, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SidePanel in React]: slideIn behaviour not working as expected.
3 participants