Wrapping up bedrock implementation
This commit is contained in:
@@ -22,10 +22,6 @@ use crate::{auth::auth_manager::AuthManager, server::ids::ServerId};
|
||||
use crate::{auth::auth_manager::LoginGatedFeature, workspaces::workspace::CustomerType};
|
||||
use crate::{workspace::WorkspaceAction, workspaces::update_manager::TeamUpdateManager};
|
||||
use ::settings::{Setting, ToggleableSetting};
|
||||
use lazy_static::lazy_static;
|
||||
use pathfinder_color::ColorU;
|
||||
use pathfinder_geometry::vector::vec2f;
|
||||
use std::sync::{Arc, Mutex};
|
||||
use galaxy_core::features::FeatureFlag;
|
||||
use galaxy_core::ui::icons::Icon;
|
||||
use galaxy_core::{channel::ChannelState, context_flag::ContextFlag};
|
||||
@@ -54,6 +50,10 @@ use galaxyui::{fonts::Weight, keymap::ContextPredicate};
|
||||
use galaxyui::{
|
||||
Entity, ModelHandle, SingletonEntity, TypedActionView, View, ViewContext, ViewHandle,
|
||||
};
|
||||
use lazy_static::lazy_static;
|
||||
use pathfinder_color::ColorU;
|
||||
use pathfinder_geometry::vector::vec2f;
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
const PHOTO_SIZE: f32 = 40.;
|
||||
const REFERRAL_CTA: &str = "Earn rewards by sharing Warp with friends & colleagues";
|
||||
|
||||
Reference in New Issue
Block a user