-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Modal: full feature support with Dimmer and docs #383
Conversation
d969e00
to
61dc399
Compare
Current coverage is 94.38% (diff: 100%)@@ master #383 diff @@
==========================================
Files 74 75 +1
Lines 960 1016 +56
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 901 959 +58
+ Misses 59 57 -2
Partials 0 0
|
e6e287f
to
a2bd945
Compare
@@ -61,7 +61,6 @@ config = Object.assign({}, config, { | |||
compiler_output_path: paths.base(config.dir_docs_dist), | |||
compiler_public_path: __BASE__ || '/', | |||
compiler_vendor: [ | |||
'bluebird', |
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.
🎉
a2bd945
to
c977bfe
Compare
f3d5701
to
1dc4409
Compare
Will this let me have a dimmer/dimmed background? I can't figure out how to do that currently. |
Yes sir it will! It includes every variation of the dimmer as well, even |
1dc4409
to
562b027
Compare
That will be awesome! Nice work! |
562b027
to
971a23a
Compare
Just pushed 100% test coverage, will merge and release if it passes. |
971a23a
to
5846198
Compare
@tslater I just released this in |
I just tested it out and it works great! I did have to run The update also solved an issue where I had to add a top style to my modal, I deleted the rule and things are working great. Thanks so much! |
Thanks for the report. There is one remaining jQuery plugin, form validation. We are working to remove it, see #247. I removed the Glad to hear it is solving problems for you as well! |
I just upgraded to 0.34.1 and removed semantic-ui-css. It's working great! |
* chore(package): add react-portal, update sui-css and simulant * feat(Modal): add dimmer, support all features * test(Modal): add and update tests * docs(Modal): add Modal docs * refactor(Confirm): update confirm * test(Confirm): test updated confirm
An
image content
Modal requires the image to be adiv.ui.image > img
. However, some components, like the List, require markup ofimg.ui.image
.Image updates in #280 provide a
wrapped
prop for choosing the div wrapped markup variation.Updates
Fixes #175 #84. This PR adds many features and full docs for the Modal. Added: