Merge branch 'main' into chat-again
This commit is contained in:
commit
6c3fd2a687
547 changed files with 1040 additions and 4715 deletions
|
@ -211,7 +211,7 @@ impl PickerDelegate for ContactFinderDelegate {
|
|||
ContactRequestStatus::None | ContactRequestStatus::RequestReceived => {
|
||||
Some("icons/check_8.svg")
|
||||
}
|
||||
ContactRequestStatus::RequestSent => Some("icons/x_mark_8.svg"),
|
||||
ContactRequestStatus::RequestSent => Some("icons/x.svg"),
|
||||
ContactRequestStatus::RequestAccepted => None,
|
||||
};
|
||||
let button_style = if self.user_store.read(cx).is_contact_request_pending(user) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue