TextareaCache icon indicating copy to clipboard operation
TextareaCache copied to clipboard

fix issue #115

Open lukasj25 opened this issue 1 year ago • 2 comments

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.

lukasj25 avatar Feb 22 '24 14:02 lukasj25

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?

GHolk avatar Aug 06 '24 12:08 GHolk

@GHolk syncing settings is enough in my opinion.

soredake avatar Aug 06 '24 13:08 soredake