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

Shows persistent info alert when processing file, and at end of processing #304

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

cnotin
Copy link
Contributor

@cnotin cnotin commented Feb 20, 2020

The alert is automatically closed when the file is finished processing.
A final alert is shown when all files are processed, meaning that the user can start using BH. The user has to close this one.

Close #300

…ssing

The alert is automatically closed when the file is finished processing.
A final alert is shown when all files are processed, meaning that the user can start using BH.
if (isZipSync(path)) {
var alert = this.props.alert.info(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fix mistake in #302 where the message was shown even for non-zip files

@rvazarkar
Copy link
Contributor

Tested locally, and it seems like a good change

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.

Suggestion: persistent notification after upload successful
2 participants