Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn user when clippings-sync.json file exceeds 1 MB #8

Open
aecreations opened this issue Jul 7, 2018 · 0 comments
Open

Warn user when clippings-sync.json file exceeds 1 MB #8

aecreations opened this issue Jul 7, 2018 · 0 comments
Assignees

Comments

@aecreations
Copy link
Owner

Due to WebExtensions being limited to reading 1 MB of data from a native app, the clippings-sync.json file cannot be bigger than 1 MB in size. Otherwise, Clippings 6 instances won't be able to update its local IndexedDB copy of the sync data from the native app that reads the sync file.

Whenever the sync file is saved, check its file size and show a warning message box to the user if it is 1 MB or larger.

@aecreations aecreations self-assigned this Jul 7, 2018
@aecreations aecreations changed the title Warn user when sync file exceeds 1 MB Warn user when clippings-sync.json file exceeds 1 MB Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant