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:
co-authored by
Claude Opus 4.6
parent
99159184cb
commit
ccc67e6a33
@@ -75,9 +75,9 @@ impl SshRemoteServerChoiceView {
|
||||
let buttons = ctx.add_typed_action_view(|_| {
|
||||
KeyboardNavigableButtons::new(vec![
|
||||
rich_navigation_button(
|
||||
"Install Warp's SSH extension".to_string(),
|
||||
"Install Galaxy's SSH extension".to_string(),
|
||||
Some(
|
||||
"Install Warp's extension to enable agent features like file browsing, \
|
||||
"Install Galaxy's extension to enable agent features like file browsing, \
|
||||
code review, and intelligent command completions in this session."
|
||||
.to_string(),
|
||||
),
|
||||
@@ -88,7 +88,7 @@ impl SshRemoteServerChoiceView {
|
||||
rich_navigation_button(
|
||||
"Continue without installing".to_string(),
|
||||
Some(
|
||||
"You'll still get a Warpified experience just without the coding \
|
||||
"You'll still get a Wormholed experience just without the coding \
|
||||
features."
|
||||
.to_string(),
|
||||
),
|
||||
@@ -176,7 +176,7 @@ impl SshRemoteServerChoiceView {
|
||||
let manage_settings_link = appearance
|
||||
.ui_builder()
|
||||
.link(
|
||||
"Manage Warpify settings".into(),
|
||||
"Manage Wormhole settings".into(),
|
||||
None,
|
||||
Some(Box::new(|ctx| {
|
||||
ctx.dispatch_typed_action(SshRemoteServerChoiceViewAction::OpenWarpifySettings);
|
||||
|
||||
Reference in New Issue
Block a user