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

sync: Implement "Load More History" instead of "Load All" #8046

Open
williamstein opened this issue Nov 28, 2024 · 0 comments
Open

sync: Implement "Load More History" instead of "Load All" #8046

williamstein opened this issue Nov 28, 2024 · 0 comments

Comments

@williamstein
Copy link
Contributor

Currently with TimeTravel, you get the last few hundred edits (back to the last snapshot), and can click "Load All" to get the entire edit history of the document. However, if a document has been edited for a very, very long time, this "Load All" history might be too big to reasonably grab all at once. E.g., I have a todo list I've been using everyday a lot for years and:

image

Probably we should just replace "Load All" with loading the next chunk of history back to the previous snapshot. You can click it repeatedly to get more and more.

I'm going to label this a bug, since it is a situation that (1) causes heavy server load, and (2) makes it so you lose access to your data (=TimeTravel history) of your document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant