-
Notifications
You must be signed in to change notification settings - Fork 144
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
feat(Web Components): create About Modal component in Web components #6874
base: main
Are you sure you want to change the base?
feat(Web Components): create About Modal component in Web components #6874
Conversation
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6874 +/- ##
==========================================
+ Coverage 81.53% 81.54% +0.01%
==========================================
Files 400 400
Lines 13000 13000
Branches 4280 4280
==========================================
+ Hits 10599 10601 +2
+ Misses 2401 2399 -2
|
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.
LGTM!
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.
oh actually one minor thing: i think since this is all brand new all the years on the copyright should just be 2025
Closes #6814, #6812 & 6875
Create About Modal component in Web Components
What did you change?
Created a new component
About Modal
in Web components package.the following are done:
Note: In the React version,
ComposedModal
from Core is used. But in the Web Components package, there's no ComposedModal, onlyModal
. Also, Modal doesn’t use the CarbonTooltip
component—it just uses thetitle
attribute directly on the close button. The same applies toAboutModal
since it also uses Modal for its implementation.How did you test and verify your work?
Storybook