Refined-github: Enable data sync for Mark as Unread feature

Created on 25 Jan 2018  路  3Comments  路  Source: sindresorhus/refined-github

Mark as unread data are not synced in other devices. Is this possible :)

enhancement help wanted under discussion

Most helpful comment

Now that GitHub has implemented notifications bookmarking, we don't intend to add more to the "mark as unread" feature as it will probably become moot in the near future.

All 3 comments

This is possible. PR welcome for:

  • changing browser.storage.local to browser.storage.sync
  • adding a migration from local to sync if the user already marked some threads
  • possibly handling storage limits because sync has only 4KB

Also #1032 probably has priority over this feature.

Would it be nice if GitHub actually would support the setting read: false and not only read: true? :)

Now that GitHub has implemented notifications bookmarking, we don't intend to add more to the "mark as unread" feature as it will probably become moot in the near future.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vanniktech picture vanniktech  路  3Comments

olso picture olso  路  3Comments

yakov116 picture yakov116  路  3Comments

hkdobrev picture hkdobrev  路  3Comments

durka picture durka  路  3Comments