BusterLabs / Partyshare

A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
https://busterlabs.github.io/Partyshare
MIT License
158 stars 26 forks source link

Better subfolder-of-subfolder experience #32

Open bhstahl opened 7 years ago

bhstahl commented 7 years ago

Right now, when you share a subfolder of a subfolder, the user experience is a bit disjointed:

Tree:

/Partyshare/
└── books
    ├── Effective\ Go\ -\ The\ Go\ Programming\ Language.pdf
    └── react
        └── react-bits.pdf

App:

screen shot 2017-06-15 at 8 19 05 am

Come up with an ideal UX for these scenarios and implement it.

cc @Fil