Rebrand Warp to Galaxy v1.1.0

- Rename all UI-facing "Warp" references to "Galaxy"
- Rename "Warpify" to "Wormhole" throughout the UI
- Replace app icons with 5 new Galaxy-branded variants
- Update About page to show selected app icon dynamically
- Rephrase Privacy page for Bedrock context
- Remove "Fallback to Warp server" toggle from Bedrock settings
- Widen model selector dropdowns in profile editor (480px)
- Update TERM_PROGRAM to "GalaxyTerminal"
- Bump version to 1.1.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ryan Ward
2026-05-19 11:21:44 -05:00
co-authored by Claude Opus 4.6
parent 99159184cb
commit ccc67e6a33
139 changed files with 319 additions and 398 deletions
+6 -6
View File
@@ -8,15 +8,15 @@ use galaxyui::ViewContext;
use super::view::Workspace;
use crate::pane_group::{AnyPaneContent, FilePane};
const WARP_HOME_TITLE: &str = "Welcome to Warp on Web";
const WARP_HOME_TITLE: &str = "Welcome to Galaxy on Web";
const WARP_HOME_CONTENT: &str = r#"
Welcome to Warp on Web - your browser-based home for Warp!
Use Warp on Web to:
Welcome to Galaxy on Web - your browser-based home for Galaxy!
Use Galaxy on Web to:
* Join Shared Sessions
* Create, View, and Edit Warp Drive Objects
* Manage your Warp Settings
* Create, View, and Edit Galaxy Drive Objects
* Manage your Galaxy Settings
Warp on Web can also be used by your teammates and peers who don't have Warp downloaded yet to view your shared sessions, notebooks, and workflows."#;
Galaxy on Web can also be used by your teammates and peers who don't have Galaxy downloaded yet to view your shared sessions, notebooks, and workflows."#;
/// Create a static "home page" pane.
pub fn create_home_pane(ctx: &mut ViewContext<Workspace>) -> Box<dyn AnyPaneContent> {