-
Notifications
You must be signed in to change notification settings - Fork 71
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
Change waiting animation to new design #1209
Labels
Comments
I can do this. |
axpoems
added a commit
to axpoems/bisq2
that referenced
this issue
Sep 29, 2023
* Design new icons for all of the waiting states in the Bisq Easy protocol. * Change WaitingAnimation component to use a rotation of a png image of a spinning circle instead to improve CPU performace. * Introduce the different icons into each buyer and seller view states accordingly. Fix bisq-network#1209
axpoems
added a commit
to axpoems/bisq2
that referenced
this issue
Sep 30, 2023
* Design new icons for all of the waiting states in the Bisq Easy protocol. * Change WaitingAnimation component to use a rotation of a png image of a spinning circle instead to improve CPU performace. * Introduce the different icons into each buyer and seller view states accordingly. Fix bisq-network#1209
axpoems
added a commit
to axpoems/bisq2
that referenced
this issue
Oct 1, 2023
* Design new icons for all of the waiting states in the Bisq Easy protocol. * Change WaitingAnimation component to use a rotation of a png image of a spinning circle instead to improve CPU performace. * Introduce the different icons into each buyer and seller view states accordingly. Fix bisq-network#1209
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@pedromvpg delivered those new designs for the waiting animation in the trade state screens.
The ring should be animated. JavaFx has some performance issues with animations (progress indicator takes way too much cpu), so the animation should be implemented with that problem in mind (e.g. a simple rotation of the image might be ok).
Here are pngs from the screenshots (not great quality, waiting for Pedro to deliver pngs).
The text was updated successfully, but these errors were encountered: