tahowallet / dapp

Subscape dApp
https://app.taho.xyz/
MIT License
3 stars 4 forks source link

Better loading experience #877

Closed xpaczka closed 6 months ago

xpaczka commented 6 months ago

Resolves #397

What has been done

Added additional loading text to FullPageLoader - when we are fetching for realms the text says "Loading experience... Looking for realms", and when we are fetching for population the text says "Loading experience... Meeting everybody"

Problems

The main problem in displaying the text is that we are fetching the data already on the onboarding page, so it is almost impossible to see the loader for the realms

Zrzut ekranu 2023-12-12 o 09 52 43

netlify[bot] commented 6 months ago

Deploy Preview for taho-development ready!

Name Link
Latest commit 2c3f2a39d8cbb83e6d75c8d16b56c7bca111d790
Latest deploy log https://app.netlify.com/sites/taho-development/deploys/6578581adc3d090008b2c638
Deploy Preview https://deploy-preview-877--taho-development.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.

xpaczka commented 6 months ago

Closing this PR - actually all data displayed in loader text is loaded in advance, so this becomes invisible to see the additional text during FullPageLoader being present