Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use url::Url;
|
||||
|
||||
const DEFAULT_TITLE: &str = "Warp";
|
||||
const DEFAULT_TITLE: &str = "Galaxy AI";
|
||||
const BASE_APP_PATH: &str = "/app";
|
||||
|
||||
pub fn update_browser_url(url: Option<Url>, force_redirect: bool) {
|
||||
|
||||
@@ -5,8 +5,8 @@ use crate::{
|
||||
};
|
||||
use regex::Regex;
|
||||
use url::Url;
|
||||
use warp_util::path::{is_posix_portable_pathname, ShellFamily};
|
||||
use warpui::AppContext;
|
||||
use galaxy_util::path::{is_posix_portable_pathname, ShellFamily};
|
||||
use galaxyui::AppContext;
|
||||
|
||||
use crate::root_view::SubshellCommandArg;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use warpui::App;
|
||||
use galaxyui::App;
|
||||
|
||||
use crate::{
|
||||
auth::{auth_manager::AuthManager, AuthStateProvider},
|
||||
|
||||
+3
-3
@@ -33,10 +33,10 @@ use std::collections::HashMap;
|
||||
use std::path::PathBuf;
|
||||
use std::str::FromStr;
|
||||
use url::Url;
|
||||
use warpui::notification::UserNotification;
|
||||
use warpui::{platform::TerminationMode, SingletonEntity as _, TypedActionView};
|
||||
use galaxyui::notification::UserNotification;
|
||||
use galaxyui::{platform::TerminationMode, SingletonEntity as _, TypedActionView};
|
||||
|
||||
use warpui::{AppContext, EntityId, ViewHandle, WindowId};
|
||||
use galaxyui::{AppContext, EntityId, ViewHandle, WindowId};
|
||||
|
||||
use self::docker::open_docker_container;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ use url::Url;
|
||||
use uuid::Uuid;
|
||||
|
||||
#[cfg(target_family = "wasm")]
|
||||
use warp_core::context_flag::ContextFlag;
|
||||
use galaxy_core::context_flag::ContextFlag;
|
||||
|
||||
#[derive(Debug)]
|
||||
/// Represents an intent parsed from a web url
|
||||
|
||||
Reference in New Issue
Block a user