AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
493 stars 124 forks source link

A UI trail of facet/parallax actions #49

Closed namedgraph closed 2 years ago

namedgraph commented 3 years ago

Facet and parallax navigation generates a new container state with each action, the user should be able to go back to a previous state. Right now the only recourse is to refresh the page and go to the initial container state.

It should also be possible to generate URL for a state/restore state from a URL.

namedgraph commented 3 years ago

This should also fix the back button - going back/forward between states using history.pushState()

namedgraph commented 3 years ago

Related Saxon-JS issue: https://saxonica.plan.io/issues/4843

namedgraph commented 2 years ago

Sub-document states cannot be reproduced or URL-addressed. Storing layout settings as cookies might be a partial solution.