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

created auto-download feature #20 #5

Merged
merged 7 commits into from
Jun 21, 2019

Conversation

lopezh18
Copy link

Triggers auto-download when selecting generate gif, issue #20

Copy link

@misscoded misscoded left a comment

Choose a reason for hiding this comment

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

Two small changes, then :shipit:

@@ -11,8 +11,8 @@ const mapStateToProps = (state, ownProps) => {
return {
numFrames: frameIDs.length,
expandedPane,
gifData,
gifFileName,
// gifData,

Choose a reason for hiding this comment

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

These commented out ones should be removed.

store.dispatch(actions.generateGIF([], opts, gifshot));
// download mock
const download = () => null;
// dispatch action

Choose a reason for hiding this comment

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

This comment is superfluous -- it's obvious it's dispatching.

@misscoded misscoded merged commit 8f075dd into rithmschool:master Jun 21, 2019
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.

2 participants