Skip to content

Conversation

@lukasj25
Copy link

The extension currently uses a decomposition structure to extract local storage.
This indicates that it currently uses local to manage data.
For this extension to synchronize the settings with the Firefox account you must use "sync" instead of "local" storage.
For this, I had to replace references to local by « sync » in storage operations.

@GHolk
Copy link
Collaborator

GHolk commented Aug 6, 2024

I am not sure whether we need sync anything across devices,
or just sync the settings?

If we sync anything, we have to make sure that the history cache does not exceed the size limit,
and will the settings get overwriten if the history cache exceed the limit.

@wildskyf @soredake how do you think?

@soredake
Copy link

soredake commented Aug 6, 2024

@GHolk syncing settings is enough in my opinion.

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

Successfully merging this pull request may close these issues.

3 participants