-
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
The entire UI flickers every time there is an API sync #185
Comments
This is a hard blocker for #16. Attempting to compose a message will result in the message content being deleted during a "flicker". |
Trying to work on this now by using the |
Taking a step back, the entire pane is flashing for two reasons:
To resolve issue 1, the right side of the client should be a container object that contains:
(Currently API syncs or updates as messages/replies are decrypted should only modify the To resolve issue 2 I agree we should move to |
Have CI wait for HTTP to be up on server dev environment
It seems as if the whole app disappears and is repainted after the sync. I use xfcd/xmonad on my desktop, and the "flicker" affects other tiles which leads me to believe that the whole display actually disappears and reappears, and not just that the app has a strange flash itself during this repainting.
(on master at commit 1e96664)
The text was updated successfully, but these errors were encountered: