ipfs / dir-index-html

Directory listing HTML for go-ipfs gateways
MIT License
38 stars 55 forks source link

Path components should be links #2

Closed jbenet closed 4 years ago

jbenet commented 9 years ago

The path components should be links

jessicaschilling commented 4 years ago

(see screenshot: https://gateway.ipfs.io/ipfs/QmSNtHnRxSnmJCZuHPgXT9ivBSB9dTjgFKg4B18xsYKtUN/cap.png)

jessicaschilling commented 4 years ago

Current status: this one's partially fixed in that what's after "index of" is a link. But, it's just one link; you can't click on the individual parts between directory slashes to effectively move up and down the tree. image

Stebalien commented 4 years ago

@jessicaschilling I think that's just ipfs-companion linkifying it for you.

jessicaschilling commented 4 years ago

Drat, you're right. (In any case -- the screenshot illustrates what the links should look like.)

jessicaschilling commented 4 years ago

Closing this one in favor of the combined dir-index-html UI bounty issue here: https://github.com/ipfs/dir-index-html/issues/37