feat: improve startup screen

This commit is contained in:
2025-02-04 15:38:16 +07:00
parent 3647b62308
commit c7d17ef90d
7 changed files with 251 additions and 88 deletions

17
Cargo.lock generated
View File

@@ -1118,6 +1118,7 @@ dependencies = [
"gpui_tokio",
"itertools 0.13.0",
"log",
"nostr-connect",
"nostr-sdk",
"reqwest_client",
"rust-embed",
@@ -2850,7 +2851,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@@ -3215,6 +3216,18 @@ dependencies = [
"web-sys",
]
[[package]]
name = "nostr-connect"
version = "0.39.0"
source = "git+https://github.com/rust-nostr/nostr#dda112c89422cda6740fdae404e09a227a0f79ce"
dependencies = [
"async-utility",
"nostr",
"nostr-relay-pool",
"tokio",
"tracing",
]
[[package]]
name = "nostr-database"
version = "0.39.0"
@@ -6274,7 +6287,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.48.0",
]
[[package]]