Render channel invites in collab panel, fix unused warnings

This commit is contained in:
Max Brunsfeld 2023-12-19 09:48:45 -08:00
parent a3bab25792
commit a4bfd0147d
3 changed files with 142 additions and 697 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,4 @@
#![allow(unused)]
use channel::{ChannelId, ChannelMembership, ChannelStore};
use client::{
proto::{self, ChannelRole, ChannelVisibility},

View file

@ -1,3 +1,4 @@
#![allow(unused)]
use client::{ContactRequestStatus, User, UserStore};
use gpui::{
div, img, svg, AnyElement, AppContext, DismissEvent, Div, Entity, EventEmitter, FocusHandle,