-
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
star/unstar: apply change locally then apply to server #69
Comments
Adding to #650 |
As far as I can tell, starring changes are applied immediately from the user's point of view; is this still an issue? |
the star updates locally though if you close the client before the server job completes, the state will revert when you open the client again and log in. Choices are:
I'm going to close this and we can show something in the UI (#650) to indicate that the state may either take some time to display or revert if unconfirmed, depending on whatever we decide we can modify the logic here. |
Uses incoming timeout value from JSON
validate paths for all tarfile types
we should modify the starring logic to apply change locally and then push to server, following decision in #51:
wip in c52d6a4
User story: As a SecureDrop journalist, I want my changes to appear rapidly in the UI so that I don't wonder if something went wrong
The text was updated successfully, but these errors were encountered: