blockcore-notes
blockcore-notes copied to clipboard
Show notification whenever a newer contact list is found
Right now we only show import on initial login of empty database, and we ensure that only latest is the one picked.
We should also keep (persist) the created_at date for the contact lists upon import, and then present user with import notification when list is modified outside of current instance.
Importing will only append, not replace if there are extras locally.
We should probably just auto-import whenever the profile is updated and add new users, if any. If I have multiple instances, they will simply keep in sync.