0LNetworkCommunity / carpe

Apache License 2.0
97 stars 48 forks source link

Add Splash Screen with Libra Logo During App Boot #305

Closed soaresa closed 3 months ago

soaresa commented 4 months ago

🚀 Feature Request

Motivation

The current app boot process leads to individual components rendering one by one, which can be visually unappealing and confusing to users.

Pitch

Implement a splash screen with the Libra logo that remains visible until the app has fully booted. This will provide a cleaner and more professional user experience by preventing the incremental rendering of components.

Describe alternatives you've considered

  1. Using a loading spinner instead of a splash screen.
  2. Delaying the initial render until the app is fully loaded.

Are you willing to open a pull request? (See CONTRIBUTING)

Yes

Additional context

Implementing a splash screen with the Libra logo will improve the visual aesthetics and overall user experience during the app's startup phase.