add community ui

This commit is contained in:
2026-09-20 09:45:15 +07:00
parent 10e53b9fcc
commit 3bbdc5ad34
6 changed files with 643 additions and 11 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
use std::collections::HashMap;
use anyhow::Result;
use concord::CommunityId;
use concord::cord01::KIND_WRAP;
pub use concord::cord02::CommunityMetadata;
pub use concord::cord03::{ChatMessage, ReplyRef};
use concord::store::CommunityState;
pub use concord::{ChannelId, CommunityId};
use gpui::{App, AppContext, Context, Entity, EventEmitter, Global, Subscription, Task, Window};
use nostr_sdk::prelude::*;
use smallvec::{SmallVec, smallvec};