-
Notifications
You must be signed in to change notification settings - Fork 10
Allow user reselect photos from gdrive after deleting all rows from table #50
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
base: master
Are you sure you want to change the base?
Conversation
- give margin between select and upload button
…upload to wikimedia commons - Change the way disabling upload button works as it doesnt prevent the user from clicking multiple time
…er clears the table with picked files - Edit the call to gapi auth loader to occur only when the oauthToken is not defined to avoid the auth loader called again
Firefox bug (with CORS)
Add spinner that displays on the upload button when user clicks to
Ok, thanks for the review. I'm on it |
…er clears the table with picked files - Edit the call to gapi auth loader to occur only when the oauthToken is not defined to avoid the auth loader called again
Hello @tonythomas01, I have done the changes as you requested. I have also added a modal to display the files that weren't uploaded and the reason for the failed upload. For example I added these photos from my google drive as shown in this image |
When the user select photos from gdrive and later deletes all of them, he still remains on thesame step with the button "Upload to wikimedia commons" and when he clicks on it, an empty filelist is uploaded. Below is an image to show what is explained above

The following are steps taken to solve the issue above