solettaproject / soletta-dev-app

Soletta Development Application
Apache License 2.0
7 stars 13 forks source link

V1 - Import files to Dev-App #116

Closed preetham closed 8 years ago

preetham commented 8 years ago

This PR is part of implementation of issue #47 . Files can now be directly imported into Dev-App. Export of files from Dev-App is WIP.

brunobottazzini commented 8 years ago

The patch looks amazing :)

Just two more things I suggest we to add:

1- I still think that it is a little bit small and the position of the button could be better. See the following image:

screenshot from 2016-06-03 17-32-20

Maybe changing a little bit the html and make it a little bit wider would be great.

2- Imagining that the user might upload a huge file or the user's network is slow. We gotta provide an interface that shows him that we are working on things. He should not be able to close or upload another file when we are working on the upload. Also, it would amazing if we can put a loading GIF showing that there are working in progress.

So we should do something similar to the importing repository:

screenshot from 2016-06-03 17-50-59

Any doubts on how to make these things, just talk to me anywhere.

Thanks! :+1: