Upload / Up1

Client-side encrypted image host web server
MIT License
813 stars 97 forks source link

Improved download page #41

Open msemple1111 opened 8 years ago

msemple1111 commented 8 years ago

Improved the download page like it is suggested here

andre-d commented 8 years ago

Aside from the code style and code problems, the UI is a bit confusing. Re-using the upload dialog is confusing as previously that sort of UI is a drop zone for files and now it is a download button so it seems weird as a pure button. But aside from that small confusion the UI itself looks bad because the large box is not centered vertically and its hard for the eye to find a space. It would be better with a smaller download button and if you really want a box putting a border around the whole thing.

msemple1111 commented 8 years ago

I updated the UI according to your suggestions @andre-d. I'm not particularly good at UI design so welcome any suggestions! I have fixed the code problems you mentioned @k3d3. I think that is it but if you find a few more, i'll gladly fix them too.