Get more of chat panel compiling, but lots of todos
This commit is contained in:
parent
6955579f19
commit
213ed2028c
12 changed files with 1058 additions and 992 deletions
|
@ -852,7 +852,7 @@ impl CollabPanel {
|
|||
.extend(channel_store.ordered_channels().enumerate().map(
|
||||
|(ix, (_, channel))| StringMatchCandidate {
|
||||
id: ix,
|
||||
string: channel.name.clone(),
|
||||
string: channel.name.clone().into(),
|
||||
char_bag: channel.name.chars().collect(),
|
||||
},
|
||||
));
|
||||
|
@ -2262,7 +2262,7 @@ impl CollabPanel {
|
|||
}
|
||||
};
|
||||
|
||||
Some(channel.name.as_str())
|
||||
Some(channel.name.as_ref())
|
||||
});
|
||||
|
||||
if let Some(name) = channel_name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue