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:
@@ -1,9 +1,9 @@
|
||||
use itertools::Itertools;
|
||||
use galaxy_core::context_flag::ContextFlag;
|
||||
use galaxyui::elements::{Clipped, Container, Flex, MouseStateHandle, ParentElement};
|
||||
use galaxyui::fonts::Weight;
|
||||
use galaxyui::ui_components::components::{UiComponent, UiComponentStyles};
|
||||
use galaxyui::{AppContext, Element, SingletonEntity};
|
||||
use itertools::Itertools;
|
||||
|
||||
use super::{WarpDriveItem, WarpDriveItemId};
|
||||
use crate::appearance::Appearance;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
use pathfinder_geometry::rect::RectF;
|
||||
use pathfinder_geometry::vector::Vector2F;
|
||||
use galaxyui::elements::{
|
||||
AcceptedByDropTarget, Border, ChildAnchor, ConstrainedBox, Container, CornerRadius,
|
||||
CrossAxisAlignment, Draggable, DraggableState, DropShadow, Empty, Flex, Hoverable,
|
||||
@@ -13,6 +11,8 @@ use galaxyui::presenter::PositionCache;
|
||||
use galaxyui::ui_components::components::{UiComponent, UiComponentStyles};
|
||||
use galaxyui::ui_components::text::Span;
|
||||
use galaxyui::{AppContext, Element, SingletonEntity, ViewHandle};
|
||||
use pathfinder_geometry::rect::RectF;
|
||||
use pathfinder_geometry::vector::Vector2F;
|
||||
|
||||
use super::WarpDriveItemId;
|
||||
use crate::appearance::Appearance;
|
||||
|
||||
Reference in New Issue
Block a user