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

Delay when interacting with posts & comments #9

Open
TheNightmanCodeth opened this issue Jun 28, 2023 · 0 comments
Open

Delay when interacting with posts & comments #9

TheNightmanCodeth opened this issue Jun 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working Comments The comments view Feed The main feed view
Milestone

Comments

@TheNightmanCodeth
Copy link
Owner

TheNightmanCodeth commented Jun 28, 2023

While this is technically a bug with Lemmy itself, a delay in the UI reflecting a change is my problem for sure.

The UI is updated when the interaction first takes place, but after a subsequent fetch from the server the change is no longer reflected. This is because sometimes the "change" (upvote, downvote, comment, favorite) can take a few seconds to register on the backend. We can keep these values stored in memory so the UI reflects appropriately the action a user took.

@TheNightmanCodeth TheNightmanCodeth added this to the Alpha 2 milestone Jun 28, 2023
@TheNightmanCodeth TheNightmanCodeth added bug Something isn't working Comments The comments view Feed The main feed view labels Jun 28, 2023
@TheNightmanCodeth TheNightmanCodeth self-assigned this Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Comments The comments view Feed The main feed view
Projects
None yet
Development

No branches or pull requests

1 participant