morphine icon indicating copy to clipboard operation
morphine copied to clipboard

Wishlist: Sync settings

Open edjroot opened this issue 9 years ago • 1 comments

I use several devices and often experiment with different settings, which results in me having to manually update everything on each device every time I change something. Sure, it's not that complicated, but ~~I always forget to include some website and then suddenly it's 4 AM~~ it would still be nice to have the option to synchronize everything (both manually and automatically). If you agree with this, I can submit a PR :)

edjroot avatar Nov 06 '16 23:11 edjroot

100% agree, this feature would be fantastic to have! Guessing the implementation would go like:

  • Make the code using the data layer asynchronous.
  • Convert the data layer to use Chrome storage.
  • Add a sync on/off option.

The asynchronous part sounds the most difficult, mostly because there's quite a few ways it could be handled, and none of the original code was designed with that in mind.

tddyco avatar Nov 07 '16 00:11 tddyco