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

Checkout: avoid displaying payment info load screen for just short moment #379

Open
danimoh opened this issue Jan 16, 2020 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@danimoh
Copy link
Member

danimoh commented Jan 16, 2020

When a currency is selected in the Multi Currency Checkout, a request is sent to the merchant server and a loading screen displayed.
As this request is often times about instant, the loading screen only quickly flashes.
To work around this, we could fade out the old view first, and then after the fade out determine whether we still have to show the loading screen or can directly fade in the new view.

@danimoh danimoh added the enhancement New feature or request label Jan 16, 2020
@danimoh
Copy link
Member Author

danimoh commented Jan 26, 2020

In the current deployment, there is also a visual glitch for that load when navigating away from the checkout page within the hub (i.e. to SignTransactionLedger).
Whether this only exists in the deployment or also in the development version has to be investigated. At least, this glitch was never observed before in the dev version.
This issue should be fixed together with the aforementioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant