You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user copies the root a data-set into their MFS, it is not automatically recursively fetched. (it probably should be)
If a user drills down into a data-set that hasn't yet been fetched, the UI freezes with no information as to what is going on.
A quick test
$ ipfs dns arewedistributedyet.com/ipfs/QmeANzfbKFunvrenGDVbAttucJvNF6wrWH96QeSWdmgGy6
$ ipfs files cp /ipfs/QmeANzfbKFunvrenGDVbAttucJvNF6wrWH96QeSWdmgGy6 /awdy
Now navigate to the files page in the web ui and click on the /awdy entry. It taks a few seconds to load, while the data is fetched. There is no indication to the user. A larger data set can hang things for minutes.
The text was updated successfully, but these errors were encountered:
@olizilla Better to add progress indicator for add file and download file. Now, It looks like already have one, but not work. The progress info only show when 100%, no tips for a long time. Especially when the file is large.
Adds a loading animation when changing folders because some requests can hang for a bit and there was no clear indication that something was going on.
When you click on a folder, the files list gets an opacity and I went for something like the youtube cards animation, but keeping the content visible:
![anim](https://user-images.githubusercontent.com/33324750/52134049-a0d84f00-263a-11e9-9698-f2bbabc69ba4.gif)
Fixes#926.
If the user copies the root a data-set into their MFS, it is not automatically recursively fetched. (it probably should be)
If a user drills down into a data-set that hasn't yet been fetched, the UI freezes with no information as to what is going on.
A quick test
Now navigate to the files page in the web ui and click on the
/awdy
entry. It taks a few seconds to load, while the data is fetched. There is no indication to the user. A larger data set can hang things for minutes.The text was updated successfully, but these errors were encountered: