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
@@ -9,7 +9,7 @@ use galaxyui::{
use super::style::{self, MODAL_PADDING};
const SESSION_BUILD_FREE_PLAN_SUBHEADER: &str = "Warp's free and pro plans come with a limited number of shared sessions.\n\nFor increased access to session sharing upgrade to the Build plan.";
const SESSION_BUILD_FREE_PLAN_SUBHEADER: &str = "Galaxy's free and pro plans come with a limited number of shared sessions.\n\nFor increased access to session sharing upgrade to the Build plan.";
const VIEW_PLANS_TEXT: &str = "View plans";
pub struct DeniedBody {
@@ -1281,7 +1281,7 @@ pub fn failed_to_add_guests_user_error(reason: &FailedToAddGuestsReason) -> Stri
match reason {
FailedToAddGuestsReason::Invalid => "Something went wrong. Please try again.",
FailedToAddGuestsReason::NotWarpUsers => {
"One or more emails were not associated with Warp accounts."
"One or more emails were not associated with Galaxy accounts."
}
FailedToAddGuestsReason::GuestAlreadyAdded => {
"One or more emails have already been added to the session."
@@ -1081,7 +1081,7 @@ impl TerminalManager {
view.update(ctx, |terminal_view, ctx| {
let reason_string = match reason {
session_sharing_protocol::common::FailedToAddGuestsReason::NotWarpUsers => {
"One or more of the emails are not Warp users.".to_owned()
"One or more of the emails are not Galaxy users.".to_owned()
}
session_sharing_protocol::common::FailedToAddGuestsReason::GuestAlreadyAdded => {
"One or more of the guests has already been added.".to_owned()