-
Notifications
You must be signed in to change notification settings - Fork 42
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
Content briefly re-appears on "Files and Messages" deletion #1285
Comments
While testing #1306, I observed this behavior, and grabbed a GIF of it: Note that I've inserted a Will spend some more time thinking about a resolution here. After discussing briefly with @creviera, simply preserving the deletion animation until the next sync-and-redraw step would be sufficient. She also pointed out that the wait-for-next-sync behavior to redraw isn't actually strengthening the client's case for deletion having succeeded, given that deletion requests create an async job on the server. I'll take a closer look at the endpoints involved before commenting further, but am inclined to keep the GUI fix as simple as possible for the purposes of continuing with 0.5.0. See somewhat related discussion in freedomofpress/securedrop#5104 (in that a "changes" feed would help us reason about whether submissions we GET are really new, or pending removal). |
Signed-off-by: Allie Crevier <allie@freedom.press>
Signed-off-by: Allie Crevier <allie@freedom.press>
Signed-off-by: Allie Crevier <allie@freedom.press>
Signed-off-by: Allie Crevier <allie@freedom.press>
Steps to reproduce (general case):
Steps to reproduce (reply case):
Expected behavior:
"Files and messages deleted for this source" placeholder takes over conversation area
Actual behavior:
Conversation area content briefly re-appears, then disappears
Notes
The general case is not as consistently reproducible as the reply case. I've seen it most often early in a session.
The text was updated successfully, but these errors were encountered: