t9tio / tomato-pie

A new UI for Pomodoro Technique. Schedule your time directly with a clock.
https://chrome.google.com/webstore/detail/gffgechdocgfajkbpinmjjjlkjfjampi
Other
238 stars 29 forks source link

Synchronization across devices #14

Open xwu64 opened 5 years ago

xwu64 commented 5 years ago

I login same google account on different devices. Although browser synchronizes plugins, the record is not synchronized.

timqian commented 5 years ago

Hi, @xwu64, Tomato-pie uses localstorage instead of chrome storage to store the data for now. I havent find time to investigate how chrome storage sync data; how it deal with conflict and what is its limit We definitly need to to migrate to chrome storage later

xwu64 commented 5 years ago

I totally understand the difficulty of this feature. It can be a feature on TODO list with relative low priority. Thank you.