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

Remove "Skeleton" Loading Screen #828

Merged
merged 5 commits into from
Nov 7, 2024
Merged

Remove "Skeleton" Loading Screen #828

merged 5 commits into from
Nov 7, 2024

Conversation

kkosiorowska
Copy link
Contributor

@kkosiorowska kkosiorowska commented Nov 5, 2024

Closes #811

The "Skeleton" loading screen from both Deposit and Withdraw flows is no longer needed. So let's remove this screen from the staking retry step as well.

Screen.Recording.2024-11-05.at.12.18.28.mov

@kkosiorowska kkosiorowska self-assigned this Nov 5, 2024
@kkosiorowska kkosiorowska added the 🎨 dapp dApp label Nov 5, 2024
@kkosiorowska kkosiorowska marked this pull request as ready for review November 5, 2024 13:42
@nkuba nkuba added this to the Ledger Live Launch milestone Nov 6, 2024
Base automatically changed from awaiting-modals to main November 7, 2024 10:50
Copy link
Contributor

@kpyszkowski kpyszkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left non-blocking comment:

isLoading,
retry,
}: {
isLoading: boolean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NB:
Let's make the type definition explicit for consistency.
Like type RetryModalProps = { ... }

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

netlify bot commented Nov 7, 2024

Deploy Preview for acre-dapp ready!

Name Link
🔨 Latest commit 161c905
🔍 Latest deploy log https://app.netlify.com/sites/acre-dapp/deploys/672cbaece44ffe0008308c1e
😎 Deploy Preview https://deploy-preview-828--acre-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Nov 7, 2024

Deploy Preview for acre-dapp-testnet ready!

Name Link
🔨 Latest commit 161c905
🔍 Latest deploy log https://app.netlify.com/sites/acre-dapp-testnet/deploys/672cbaec60a3dd000852f159
😎 Deploy Preview https://deploy-preview-828--acre-dapp-testnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@kpyszkowski kpyszkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@kpyszkowski kpyszkowski merged commit 849dbc9 into main Nov 7, 2024
27 of 28 checks passed
@kpyszkowski kpyszkowski deleted the remove-loading-modal branch November 7, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove "Skeleton" Loading Screen from Deposit and Withdraw Flows
3 participants