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:
@@ -5,12 +5,6 @@
|
||||
//! and the agent input footer editor.
|
||||
pub(crate) mod modal_shell;
|
||||
|
||||
pub(crate) use modal_shell::{
|
||||
render_chip_editor_modal, render_chip_editor_sections, ChipEditorModalConfig,
|
||||
ChipEditorMouseHandles, ChipEditorSectionsConfig,
|
||||
};
|
||||
use pathfinder_geometry::rect::RectF;
|
||||
use pathfinder_geometry::vector::vec2f;
|
||||
use galaxy_core::ui::theme::Fill;
|
||||
use galaxyui::elements::{
|
||||
Border, ConstrainedBox, Container, CrossAxisAlignment, Dash, DispatchEventResult, Draggable,
|
||||
@@ -21,6 +15,12 @@ use galaxyui::fonts::Properties;
|
||||
use galaxyui::platform::Cursor;
|
||||
use galaxyui::ui_components::components::UiComponent;
|
||||
use galaxyui::{Action, View, ViewContext};
|
||||
pub(crate) use modal_shell::{
|
||||
render_chip_editor_modal, render_chip_editor_sections, ChipEditorModalConfig,
|
||||
ChipEditorMouseHandles, ChipEditorSectionsConfig,
|
||||
};
|
||||
use pathfinder_geometry::rect::RectF;
|
||||
use pathfinder_geometry::vector::vec2f;
|
||||
|
||||
use crate::ai::blocklist::agent_view::toolbar_item::AgentToolbarItemKind;
|
||||
use crate::appearance::Appearance;
|
||||
|
||||
Reference in New Issue
Block a user