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:
2026-07-02 14:54:15 -05:00
parent 4770ac06b5
commit 3769646ca6
1194 changed files with 5312 additions and 8032 deletions
@@ -1,4 +1,4 @@
use warp_graphql::scalars::time::ServerTimestamp;
use galaxy_graphql::scalars::time::ServerTimestamp;
use super::{
CloudObjectEventEntrypoint, GenericStringObjectFormat, GenericStringObjectUniqueKey, Owner,
+2 -2
View File
@@ -5,8 +5,6 @@ use std::str::FromStr;
use anyhow::{Result, anyhow};
use chrono::{DateTime, Utc};
use derivative::Derivative;
use pathfinder_geometry::vector::vec2f;
use serde::{Deserialize, Serialize};
use galaxy_core::features::FeatureFlag;
use galaxy_core::ui::Icon;
use galaxy_core::ui::appearance::Appearance;
@@ -19,6 +17,8 @@ use galaxyui_core::elements::{
ParentAnchor, ParentElement, ParentOffsetBounds, Stack,
};
use galaxyui_core::ui_components::components::UiComponent;
use pathfinder_geometry::vector::vec2f;
use serde::{Deserialize, Serialize};
use crate::auth::UserUid;
use crate::drive::sharing::{SharingAccessLevel, Subject, TeamKind, UserKind};
@@ -1,4 +1,4 @@
use warp_graphql::queries::get_updated_cloud_objects::UpdatedObjectInput;
use galaxy_graphql::queries::get_updated_cloud_objects::UpdatedObjectInput;
use super::RevisionAndLastEditor;