Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why do the URLs get saved into the localStorage only? #43

Open
naddika opened this issue Dec 23, 2023 · 1 comment
Open

Why do the URLs get saved into the localStorage only? #43

naddika opened this issue Dec 23, 2023 · 1 comment

Comments

@naddika
Copy link

naddika commented Dec 23, 2023

Why do the URLs get saved into the localStorage only? What's Postgres for?

There's no ajax request for fetching the URLs. If I remove all data from the local storage, all the data will disappear from the page too.

@adhocore
Copy link
Owner

the postgres is for backend storage. localstorage for browser only - however if you self host this project, you can customize frontend to use api to sync backend and localstorage. this project already provides api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants