You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: