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

Adds splash screen to the app #306

Merged
merged 8 commits into from
May 27, 2024

Conversation

soaresa
Copy link
Contributor

@soaresa soaresa commented May 23, 2024

This PR implements the splash screen feature described in issue #305. It adds a splash screen with the Libra logo that displays until the app is fully booted, preventing individual components from rendering sequentially in front of the user.

@soaresa
Copy link
Contributor Author

soaresa commented May 23, 2024

Here's a screenshot of the new splash screen with the Libra logo during the app boot process:

image

@soaresa
Copy link
Contributor Author

soaresa commented May 24, 2024

This PR also corrects the account status display, which was previously showing "Account Not On Chain" text instead of the an Offline icon when not connected to the network.

When Offline:
image

When Online:
image

# Conflicts:
#	src/components/settings/AccountSettings.svelte
#	src/components/wallet/AccountsList.svelte
#	src/modules/accountActions.ts
@kalvkusk kalvkusk merged commit b0eee92 into 0LNetworkCommunity:main May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants