okdistribute / hyperdrive-ui

Render a hyperdrive in the browser.
http://karissa.github.io/hyperdrive-ui/
40 stars 4 forks source link

initialize with last hyperdrive hash opened #42

Open clkao opened 8 years ago

clkao commented 8 years ago

When no hash is given, instead of always creating a new one, use the previous one if user has visited before.

mafintosh commented 8 years ago

👍 x 💯

okdistribute commented 8 years ago

could we have a list of the previous links they've visited in the local storage/indexed db until we have user accounts/repos?

juliangruber commented 8 years ago

could we have a list of the previous links they've visited in the local storage/indexed db until we have user accounts/repos?

definitely! we could start with the full history in local storage, then add the feature to reopen the last one automatically, then add ui for browsing all (unless accounts are already live by then)