Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user