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(OptimizedResize): rewrite in typescript #18731

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adamalston
Copy link
Contributor

Closes #18730

Rewrote OptimizedResize in TypeScript.

Changelog

Changed

  • Rewrote OptimizedResize in TypeScript.

Testing / Reviewing

yarn test packages/react/src/components/OverflowMenu

Copy link

netlify bot commented Feb 28, 2025

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit 7884d00
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/67c1c30ad995740008ae4fdc
😎 Deploy Preview https://deploy-preview-18731--carbon-elements.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 Feb 28, 2025

Deploy Preview for v11-carbon-web-components ready!

Name Link
🔨 Latest commit 7884d00
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-web-components/deploys/67c1c30a3e6b8f000833d7b4
😎 Deploy Preview https://deploy-preview-18731--v11-carbon-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 Feb 28, 2025

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 7884d00
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/67c1c30a5aef980008a8f76c
😎 Deploy Preview https://deploy-preview-18731--v11-carbon-react.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 Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.36%. Comparing base (1d57a3a) to head (7884d00).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18731      +/-   ##
==========================================
+ Coverage   84.34%   84.36%   +0.02%     
==========================================
  Files         408      407       -1     
  Lines       14645    14619      -26     
  Branches     4791     4816      +25     
==========================================
- Hits        12352    12334      -18     
+ Misses       2131     2125       -6     
+ Partials      162      160       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adamalston adamalston marked this pull request as ready for review February 28, 2025 14:31
@adamalston adamalston requested review from a team as code owners February 28, 2025 14:31
Copy link
Member

@kennylam kennylam left a comment

Choose a reason for hiding this comment

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

LGTM!

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.

Rewrite OptimizedResize in TypeScript
2 participants