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

Identify links by an ID #20

Open
alinnert opened this issue Oct 14, 2020 · 0 comments
Open

Identify links by an ID #20

alinnert opened this issue Oct 14, 2020 · 0 comments

Comments

@alinnert
Copy link
Member

Currently links that are hidden are identified by its URL. That means if a URL changes the link gets visible again because only the previous URL is stored in the localStorage.

This is why it's better to use an ID to identify a link instead.

Todo:

  • Update the JSON schema
  • Add IDs to all current URLs
  • Write a migration that changes all URLs in the local storage to IDs, so users don't lose their settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant