-
Notifications
You must be signed in to change notification settings - Fork 247
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: improves onDelete, dropzoneText and docs #324
base: master
Are you sure you want to change the base?
Conversation
can you give this a look please @panz3r? |
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.
Hi @jpinho ,
Thanks for your contributions and sorry for the delayed review.
Just a couple of changes (mostly related to docs files) and I can merge your PR.
@@ -1,17 +1,17 @@ | |||
# material-ui-dropzone |
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.
Revert changes to README.md
or exclude them from this PR.
@@ -1,7 +1,8 @@ | |||
# material-ui-dropzone |
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.
Revert changes to docs/intro.md
or exclude them from this PR.
@@ -1,14 +1,9 @@ | |||
This is the Dialog component: |
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.
Revert changes to docs/screenshots.md
or exclude them from this PR.
@@ -15,7 +15,7 @@ module.exports = { | |||
content: './docs/support.md', | |||
}, | |||
{ | |||
name: 'Screenshots', | |||
name: 'Demo', |
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.
Revert this change
Thanks for the review. I've seen it before, but just got from holidays. Will be addressing this the upcoming week. |
Description
This PR adds 3 contributions:
How Has This Been Tested
All of the changes done here have been tested on a project consuming my fork version.
Both
onDelete
and dropzoneText using react elements seem to work fine.Checklist