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
+1 -1
View File
@@ -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) {
+2 -2
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
use warpui::App;
use galaxyui::App;
use crate::{
auth::{auth_manager::AuthManager, AuthStateProvider},
+3 -3
View File
@@ -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;
+1 -1
View File
@@ -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