Show channels and users in the sidebar
This commit is contained in:
parent
4a25fae51e
commit
26121713b3
4 changed files with 1289 additions and 1272 deletions
|
@ -189,7 +189,7 @@ fn main() {
|
|||
let app_state = Arc::new(AppState {
|
||||
languages,
|
||||
client: client.clone(),
|
||||
user_store,
|
||||
user_store: user_store.clone(),
|
||||
fs,
|
||||
build_window_options,
|
||||
call_factory: call::Call::new,
|
||||
|
@ -210,7 +210,7 @@ fn main() {
|
|||
// outline::init(cx);
|
||||
// project_symbols::init(cx);
|
||||
project_panel::init(Assets, cx);
|
||||
// channel::init(&client, user_store.clone(), cx);
|
||||
channel::init(&client, user_store.clone(), cx);
|
||||
// diagnostics::init(cx);
|
||||
search::init(cx);
|
||||
// semantic_index::init(fs.clone(), http.clone(), languages.clone(), cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue