Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -8,9 +8,9 @@ use crate::workspaces::user_workspaces::UserWorkspaces;
|
||||
use crate::workspaces::workspace::{AdminEnablementSetting, UgcCollectionEnablementSetting};
|
||||
use asset_macro::bundled_or_fetched_asset;
|
||||
use markdown_parser::{FormattedTextFragment, FormattedTextLine};
|
||||
use warp_core::send_telemetry_from_ctx;
|
||||
use warpui::assets::asset_cache::AssetSource;
|
||||
use warpui::{AppContext, SingletonEntity};
|
||||
use galaxy_core::send_telemetry_from_ctx;
|
||||
use galaxyui::assets::asset_cache::AssetSource;
|
||||
use galaxyui::{AppContext, SingletonEntity};
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub enum OzLaunchSlide {
|
||||
@@ -188,7 +188,7 @@ impl Slide for OzLaunchSlide {
|
||||
) && !matches!(ugc_setting, UgcCollectionEnablementSetting::Enable)
|
||||
}
|
||||
|
||||
fn on_close(&self, ctx: &mut warpui::ViewContext<super::LaunchModal<Self>>) {
|
||||
fn on_close(&self, ctx: &mut galaxyui::ViewContext<super::LaunchModal<Self>>) {
|
||||
ctx.dispatch_typed_action(&WorkspaceAction::StartAgentOnboardingTutorial(
|
||||
OnboardingTutorial::NoProject {
|
||||
intention: OnboardingIntention::AgentDrivenDevelopment,
|
||||
@@ -197,6 +197,6 @@ impl Slide for OzLaunchSlide {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn init(app: &mut warpui::AppContext) {
|
||||
pub fn init(app: &mut galaxyui::AppContext) {
|
||||
super::init::<OzLaunchSlide>(app);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user