tonythomas01 / gdrive-to-commons

Tool to upload pictures from Google Drive to Wikimedia Commons ⚠️ Moved to Wikimedia Gerrit, so this repo is read only.
https://gdrive-to-commons.toolforge.org/
Apache License 2.0
9 stars 10 forks source link

add license select before file upload to wikimedia #39

Closed sonegillis closed 4 years ago

sonegillis commented 4 years ago

Description

Type of change

license-added rsz_license-2

tonythomas01 commented 4 years ago

Screenshot 2020-03-14 at 12 42 21

Thank you. Some suggestions: lets use a proper form control like this so both the label and the select input shows up on the same line ?

label : <select> 

Also, lets add some extra padding below the select so that we have some space between that and the button.

sonegillis commented 4 years ago

Thanks for the review mentor. I made the adjustments you requested for.

tonythomas01 commented 4 years ago

Thank you. I also added https://github.com/tonythomas01/gdrive-to-commons/commit/902c3b61f9cfa54acfdcb072e99fe6da10985863 on top of it to make it use bootstrap forms.