Fix cursor focus and selection in input box, add AWS env var warning box, and remove AWS Bedrock login banner
This commit is contained in:
@@ -16,6 +16,9 @@ use byte_unit::{Byte, UnitType};
|
||||
use futures_util::stream::AbortHandle;
|
||||
use futures_util::{SinkExt, StreamExt};
|
||||
use galaxy_core::features::FeatureFlag;
|
||||
use galaxy_server_client::iap::IapManager;
|
||||
use galaxyui::r#async::Timer;
|
||||
use galaxyui::{Entity, ModelContext, RequestState, RetryOption, SingletonEntity};
|
||||
use instant::Instant;
|
||||
use parking_lot::FairMutex;
|
||||
use session_sharing_protocol::common::{
|
||||
@@ -39,9 +42,6 @@ use session_sharing_protocol::sharer::{
|
||||
SessionTerminatedReason, TeamAccessLevelUpdateResponse, UpdatePendingUserRoleResponse,
|
||||
UpstreamMessage,
|
||||
};
|
||||
use galaxy_server_client::iap::IapManager;
|
||||
use galaxyui::r#async::Timer;
|
||||
use galaxyui::{Entity, ModelContext, RequestState, RetryOption, SingletonEntity};
|
||||
use websocket::{Message, Sink, Stream, WebSocket, WebsocketMessage as _};
|
||||
|
||||
use crate::auth::{AuthStateProvider, UserUid};
|
||||
|
||||
Reference in New Issue
Block a user