snshn / identifier-js

Schema-based dataset filtering engine in a form of a reactive web UI
Apache License 2.0
0 stars 0 forks source link

Store the current state in the URL bar #7

Closed snshn closed 5 years ago

snshn commented 5 years ago

Use btoa(JSON.stringify(state)) to convert the back/forward browser buttons into undo/redo and also make searches shareable/bookmarkable.

snshn commented 5 years ago

Been resolved by #15