Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -2,8 +2,8 @@ use std::path::Path;
|
||||
use std::rc::Rc;
|
||||
use std::sync::Arc;
|
||||
use vec1::Vec1;
|
||||
use warp_core::features::FeatureFlag;
|
||||
use warpui::{EntityId, ViewContext};
|
||||
use galaxy_core::features::FeatureFlag;
|
||||
use galaxyui::{EntityId, ViewContext};
|
||||
|
||||
use super::blocklist_filter::exchanges_for_blocklist;
|
||||
use crate::ai::blocklist::agent_view::{
|
||||
@@ -62,10 +62,10 @@ use crate::{
|
||||
},
|
||||
},
|
||||
};
|
||||
use warp_core::channel::ChannelState;
|
||||
use galaxy_core::channel::ChannelState;
|
||||
use warp_multi_agent_api as api;
|
||||
use warpui::units::IntoPixels;
|
||||
use warpui::{ModelHandle, SingletonEntity};
|
||||
use galaxyui::units::IntoPixels;
|
||||
use galaxyui::{ModelHandle, SingletonEntity};
|
||||
|
||||
/// Describes restore-context setup state for directory reconciliation and hinting.
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
|
||||
Reference in New Issue
Block a user