kumabook/stickynotes

Function to clear cache

zendre4 opened this issue · 5 comments

Hello,

Sometimes I have a problem of synchronization on my computers (exemple deleted stickies in computer A wasn't deleted in computer B). For fix this issues in the past extension (before web extension) I would delete the sqlLight database in local and I restart firefox... But with the new web extension it's not possible, so I think than the best solution is add in menu a link for deleted local cache and re-sync ...

What do you think ?

First, webextension can't use sqlite. So new version uses indexedDB.
I think indexedDB isn't vislbe in file system.
I also think Clear cache is good way.
I will implement it, please wait

And I will fix synchronization problem too.

Thanks !

Thanks ! working for me