Closed casperin closed 6 years ago
Right now it's set via localStorage, but it really shouldn't be. It should be part of the url.
localStorage
db/:dbName/query -- Query page db/:dbName/tables -- Tables page db/:dbName/export -- Export page
db/:dbName/query
db/:dbName/tables
db/:dbName/export
The db should still be saved in localStorage and the / path should forward to the query page.
/
I did this, in the Elm version
Right now it's set via
localStorage
, but it really shouldn't be. It should be part of the url.db/:dbName/query
-- Query pagedb/:dbName/tables
-- Tables pagedb/:dbName/export
-- Export pageThe db should still be saved in
localStorage
and the/
path should forward to the query page.