[Zed2] Collab UI (#3403)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2023-11-27 12:40:59 -07:00 committed by GitHub
commit 4f885252ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 945 additions and 561 deletions

View file

@ -19,7 +19,7 @@ lazy_static! {
pub struct AppCommitSha(pub String);
#[derive(Copy, Clone, PartialEq, Eq, Default)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Default)]
pub enum ReleaseChannel {
#[default]
Dev,