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(ComposedModal): removed extra tooltip for close icon #16728

Conversation

nandininarayanofficial
Copy link
Contributor

Closes #16724

Removed additional close tooltip for ComposedModel

Changed

  • ModalHeader.tsx
    Removed title value from close icon
    Updated ComposedModal-test.js

Testing / Reviewing

ComposedModal

Copy link
Contributor

github-actions bot commented Jun 10, 2024

All contributors have signed the DCO.
Posted by the DCO Assistant Lite bot.

@nandininarayanofficial
Copy link
Contributor Author

I have read the DCO document and I hereby sign the DCO.

Copy link

netlify bot commented Jun 10, 2024

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit cfb4b5d
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/666c717e92bcff0008f65f2b
😎 Deploy Preview https://deploy-preview-16728--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.

@nandininarayanofficial nandininarayanofficial force-pushed the bugfix/16724-hovering-over-close-in-composed-model branch from 5387e92 to babdfd4 Compare June 10, 2024 09:42
Copy link
Contributor

@guidari guidari left a comment

Choose a reason for hiding this comment

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

LGTM! The VO still reading as expected

@tay1orjones
Copy link
Member

@nandininarayanofficial this looks good to merge but needs the all contributors regenerated to resolve the merge conflict.

Copy link

netlify bot commented Jun 12, 2024

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit cfb4b5d
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/666c717eb55ed70008f6f97e
😎 Deploy Preview https://deploy-preview-16728--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.

@nandininarayanofficial nandininarayanofficial force-pushed the bugfix/16724-hovering-over-close-in-composed-model branch from d044f42 to 8996f00 Compare June 12, 2024 06:48
@nandininarayanofficial
Copy link
Contributor Author

@tay1orjones I resolved the conflicts, please review, Thanks!

README.md Outdated
@@ -291,7 +291,10 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
<td align="center"><a href="https://github.com/aninaantony"><img src="https://avatars.githubusercontent.com/u/164350784?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Anina Antony</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=aninaantony" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/ahmedsemih"><img src="https://avatars.githubusercontent.com/u/102798814?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ahmed Semih Erkan</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=ahmedsemih" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/ychavoya"><img src="https://avatars.githubusercontent.com/u/7907338?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yael Chavoya</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=ychavoya" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/Kilian-Collender"><img src="https://avatars.githubusercontent.com/u/37899503?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kilian Collender</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=Kilian-Collender" title="Code">💻</a></td>
<td align="center"><img src="https://avatars.githubusercontent.com/u/37899503?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kilian Collender</b></sub><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=Kilian-Collender" title="Code">💻</a></td>
Copy link
Contributor

Choose a reason for hiding this comment

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

Hey, looks like you removed the anchor tag from name and picture of this contributor.

Copy link
Contributor

@preetibansalui preetibansalui left a comment

Choose a reason for hiding this comment

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

A minor change is required.

@nandininarayanofficial
Copy link
Contributor Author

@preetibansalui thank you for noticing this, fixed it, please review!

@guidari guidari enabled auto-merge June 13, 2024 12:01
@guidari guidari added this pull request to the merge queue Jun 14, 2024
Merged via the queue into carbon-design-system:main with commit af09913 Jun 14, 2024
22 checks passed
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.

[Bug]: hovering over close x in the ComposedModal shows 2 tooltips
4 participants