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

Add progress bar for multi-select move and copy actions. #563

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kevodwyer
Copy link
Member

No description provided.

@@ -2339,9 +2351,29 @@ module.exports = {
}
this.closePasteMenu();
that.showSpinner = true;
Copy link
Member

Choose a reason for hiding this comment

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

Can we drop the spinner if we have a progress bar?

Copy link
Member Author

Choose a reason for hiding this comment

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

No. Spinner is a modal. This stops other actions until completion. We want that behaviour

Copy link
Member

Choose a reason for hiding this comment

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

Why? We don't have a spinner during uploads.

Copy link
Member Author

Choose a reason for hiding this comment

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

i'm not comfortable changing the behaviour without significant testing. This PR is about adding notification to the user as copy/move is progressing.

Copy link
Member

Choose a reason for hiding this comment

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

Is there anywhere else where we show spinner and progress bar at the same time?

I don't think this is different from uploading files.

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