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
@@ -23,9 +23,9 @@ const TITLE_FONT_SIZE: f32 = 20.;
|
||||
const TITLE_MARGIN_BOTTOM: f32 = 25.;
|
||||
// Constants for the subtitle
|
||||
const SUBTITLE_SENT_REFERRAL: &str =
|
||||
"You earned an exclusive Warp theme for referring someone to Warp.";
|
||||
"You earned an exclusive Galaxy theme for referring someone to Galaxy.";
|
||||
const SUBTITLE_RECEIVED_REFERRAL: &str =
|
||||
"You earned an exclusive Warp theme for being referred to Warp.";
|
||||
"You earned an exclusive Galaxy theme for being referred to Galaxy.";
|
||||
const SUBTITLE_FONT_SIZE: f32 = 14.;
|
||||
const SUBTITLE_MARGIN_BOTTOM: f32 = 40.;
|
||||
// Constants for the button
|
||||
|
||||
Reference in New Issue
Block a user