-
Notifications
You must be signed in to change notification settings - Fork 336
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
Add "slow mode" without live updates #133
Comments
I'm thinking this will be an account setting, and basically just disable websockets, so all new info requires a page refresh. |
Actually I just noticed a related "bug". When the auto update happens and you are just composing a reply, then that draft gets lost, which is a quite serious flaw from a usability point of view. |
Can you replicate this? I've solved this a few times but people still say its happening. |
Not really, but I guess it happens when the update comes shortly after you start writing? I was about one sentence into a new reply on the main thread (not a comment reply) when someone replied to one of my previous comments and the auto-update caused the wipe of the draft. |
I just tried to mess around with this on https://enterprise.lemmy.ml by making two users, and having them open in different firefox containers. Comment replies, edits, deletes, don't seem to wipe the other users fields. |
I had it happen to me while composing a top-level comment and another comment was made (I don't remember if it was a reply or top-level comment). In any case, I consider the live updates disruptive and jarring, so I'd appreciate an option to turn it off. |
#169 may make this moot. |
I don't think it does, because the purpose of slow mode is to prevent any rearranging or new things popping in, while with #169 new comments will still appear. |
By the way, this still happens in the web ui. |
I think this will become a major issue. Having the page shift around while trying to read content, write content or clicking links really hampers the user experience. |
+1 You're looking at the front page and then boom some random new post pops up and you're like wtf I just lost my place. I understand sorting by new and something comes in but not Hot or Active |
Please bump this, I’ve been trying to find a setting to disable the live inserts of new stories in All, I can never read a post before it vanishes! |
This will be fixed soon in 0.18 |
honestly I just think live updates should be disabled for now, they add load to the servers which we don't need right now, and they're a bit buggy |
Not relevant as the next release removes live updates. |
In this mode, Lemmy would not insert new posts, comments or votes directly into the page, but just show an "update" button which inserts all the new items once clicked.
Mastodon has something similar:
The text was updated successfully, but these errors were encountered: