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
@@ -65,7 +65,7 @@ use galaxy_core::{
|
||||
ui::color::{coloru_with_opacity, Opacity},
|
||||
};
|
||||
|
||||
const MENU_WIDTH: f32 = 280.;
|
||||
const MENU_WIDTH: f32 = 480.;
|
||||
const NEW_MODEL_CHOICES_POPUP_DELAY: Duration = Duration::from_millis(500);
|
||||
const BLURRED_OPACITY: Opacity = 50;
|
||||
const SEPARATOR_WIDTH: f32 = 1.0;
|
||||
@@ -1708,7 +1708,7 @@ impl ProfileModelSelector {
|
||||
let theme = appearance.theme();
|
||||
let header = self.render_model_spec_header(
|
||||
"Model Specs".to_string(),
|
||||
"Warp’s benchmarks for how well a model performs in our harness, the rate at which it consumes credits, and task speed.".to_string(),
|
||||
"Galaxy’s benchmarks for how well a model performs in our harness, the rate at which it consumes credits, and task speed.".to_string(),
|
||||
app,
|
||||
);
|
||||
let spec = self.render_all_model_spec_values(
|
||||
|
||||
Reference in New Issue
Block a user