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,5 +1,3 @@
use instant::Instant;
use markdown_parser::{FormattedText, FormattedTextFragment, FormattedTextLine};
use galaxy_core::features::FeatureFlag;
use galaxyui::elements::{
Border, CacheOption, ConstrainedBox, Container, CornerRadius, CrossAxisAlignment, Element,
@@ -12,6 +10,8 @@ use galaxyui::{
AppContext, Entity, ModelAsRef, ModelHandle, SingletonEntity, TypedActionView, View,
ViewContext,
};
use instant::Instant;
use markdown_parser::{FormattedText, FormattedTextFragment, FormattedTextLine};
use super::feature_section::FeatureSection;
use super::{SectionAction, SectionView};
@@ -1,7 +1,7 @@
use pathfinder_color::ColorU;
use galaxyui::elements::{
ConstrainedBox, Container, Element, Empty, Flex, MouseStateHandle, ParentElement, Shrinkable,
};
use pathfinder_color::ColorU;
use warpui::ui_components::components::{UiComponent, UiComponentStyles};
use warpui::{AppContext, Entity, SingletonEntity, TypedActionView, View, ViewContext};
@@ -1,7 +1,3 @@
use warpui::elements::{
Align, ConstrainedBox, Container, CrossAxisAlignment, Element, Flex, Hoverable, Icon,
MouseState, MouseStateHandle, ParentElement, Shrinkable,
};
use galaxyui::fonts::Weight;
use galaxyui::platform::Cursor;
use galaxyui::ui_components::components::{UiComponent, UiComponentStyles};
@@ -9,6 +5,10 @@ use galaxyui::{
Action, AppContext, Entity, EntityId, ModelHandle, SingletonEntity, TypedActionView, View,
ViewContext, WindowId,
};
use warpui::elements::{
Align, ConstrainedBox, Container, CrossAxisAlignment, Element, Flex, Hoverable, Icon,
MouseState, MouseStateHandle, ParentElement, Shrinkable,
};
use super::{
SectionAction, SectionView, CHEVRON_ICON_SIZE, DESCRIPTION_FONT_SIZE, ELLIPSE_ICON_SIZE,