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

Do not store JSON documents as URL strings #6

Merged
merged 1 commit into from
Jan 29, 2022
Merged

Conversation

jviotti
Copy link
Member

@jviotti jviotti commented Jan 29, 2022

Only works for small documents, otherwise the max URL size is hit and
the app breaks completely. I experimented with localStorage, but the
max quota there also imposes a too-strict limit on the document size.

Let's disable document saving for now.

See: #4
Signed-off-by: Juan Cruz Viotti [email protected]

Only works for small documents, otherwise the max URL size is hit and
the app breaks completely. I experimented with `localStorage`, but the
max quota there also imposes a too-strict limit on the document size.

Let's disable document saving for now.

See: #4
Signed-off-by: Juan Cruz Viotti <[email protected]>
@jviotti jviotti merged commit c0b9504 into master Jan 29, 2022
@jviotti jviotti deleted the disable-shareability branch January 29, 2022 00:28
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

Successfully merging this pull request may close these issues.

1 participant