update sidebar

This commit is contained in:
2026-08-07 19:22:21 +07:00
parent a734141837
commit 161c066ca8
3 changed files with 235 additions and 71 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ impl RepoListView {
.unwrap_or_else(|| announcement.id.clone());
let owner = ProfileStore::global(cx)
.update(cx, |store, cx| store.get(announcement.owner, cx))
.read(cx)
.get(&announcement.owner)
.name();
let description = announcement.description.clone().unwrap_or_default();