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

refactor: decouple overflow logic to create independent overflow utility #6632

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

davidmenendez
Copy link
Contributor

Closes #6630

The biggest change here being the removal of unnecessary usage of useState to track visible and hidden items. This also implements a change in the logic that checks for margin, so additional offset props are no longer necessary.

@davidmenendez davidmenendez requested a review from a team as a code owner December 27, 2024 19:10
@davidmenendez davidmenendez requested review from matthewgallo and anamikaanu96 and removed request for a team December 27, 2024 19:10
Copy link

netlify bot commented Dec 27, 2024

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

Name Link
🔨 Latest commit c639cf2
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/676efd9b9606b50008e2802f
😎 Deploy Preview https://deploy-preview-6632--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

netlify bot commented Dec 27, 2024

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

Name Link
🔨 Latest commit c639cf2
🔍 Latest deploy log https://app.netlify.com/sites/ibm-products-web-components/deploys/676efd9b4a58160008d66305
😎 Deploy Preview https://deploy-preview-6632--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

codecov bot commented Dec 27, 2024

Codecov Report

Attention: Patch coverage is 87.03704% with 7 lines in your changes missing coverage. Please review.

Project coverage is 80.94%. Comparing base (03c31fc) to head (c639cf2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6632      +/-   ##
==========================================
+ Coverage   80.76%   80.94%   +0.17%     
==========================================
  Files         396      397       +1     
  Lines       12885    12872      -13     
  Branches     4267     4257      -10     
==========================================
+ Hits        10407    10419      +12     
+ Misses       2478     2453      -25     
Components Coverage Δ
ibm-products ∅ <ø> (∅)
ibm-products-web-components ∅ <ø> (∅)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant