Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
@@ -5,7 +5,7 @@
use std::sync::Arc;
use pathfinder_geometry::vector::vec2f;
use warpui::{
use galaxyui::{
elements::{
Border, ChildAnchor, ChildView, OffsetPositioning, ParentAnchor, ParentElement as _,
ParentOffsetBounds, Stack,
@@ -14,10 +14,10 @@ use warpui::{
ViewHandle,
};
use warp_cli::agent::Harness;
use warp_core::ui::appearance::Appearance;
use warp_core::ui::theme::color::internal_colors;
use warp_core::ui::theme::Fill;
use galaxy_cli::agent::Harness;
use galaxy_core::ui::appearance::Appearance;
use galaxy_core::ui::theme::color::internal_colors;
use galaxy_core::ui::theme::Fill;
use crate::ai::blocklist::agent_view::agent_input_footer::AgentInputButtonTheme;
use crate::ai::harness_display::{display_name, icon_for};