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 -5
View File
@@ -12,10 +12,10 @@ use settings::Setting as _;
use std::fmt;
use std::num::NonZeroUsize;
use warp_core::semantic_selection::SemanticSelection;
use warpui::elements::{DispatchEventResult, SelectionHandle};
use warpui::ModelAsRef;
use warpui::{
use galaxy_core::semantic_selection::SemanticSelection;
use galaxyui::elements::{DispatchEventResult, SelectionHandle};
use galaxyui::ModelAsRef;
use galaxyui::{
elements::{Container, Element, EventHandler, SavePosition, SelectableArea, Text},
fonts::{Properties, Weight},
presenter::ChildView,
@@ -39,7 +39,7 @@ use crate::terminal::model::session::Sessions;
use crate::terminal::view::PADDING_LEFT as TERMINAL_VIEW_PADDING_LEFT;
use crate::terminal::model::ObfuscateSecrets;
use warpui::units::Pixels;
use galaxyui::units::Pixels;
/// How long we're willing to wait after precmd for a marker-based prompt to appear before we
/// display an empty prompt grid in the input.