chore: improve performance (#42)

* use uniform list for rooms list

* move profile cache to outside gpui context

* update comment

* refactor

* refactor

* .

* .

* add avatar component

* .

* refactor

* .
This commit is contained in:
reya
2025-05-27 07:34:22 +07:00
committed by GitHub
parent 45564c7722
commit 0f884f8142
25 changed files with 1087 additions and 1373 deletions

3
Cargo.lock generated
View File

@@ -971,7 +971,6 @@ dependencies = [
"oneshot",
"smallvec",
"smol",
"ui",
]
[[package]]
@@ -1243,7 +1242,6 @@ dependencies = [
"oneshot",
"reqwest_client",
"rust-embed",
"rustls",
"serde",
"serde_json",
"smallvec",
@@ -2277,6 +2275,7 @@ version = "0.1.5"
dependencies = [
"dirs 5.0.1",
"nostr-sdk",
"rustls",
"smol",
"whoami",
]