Galaxy v1.0.0: Remove warp-channel-config, rebrand bins/icons/settings, remove teams from Drive
- Remove warp-channel-config dependency; all bin targets hardcode ChannelConfig inline - Rename bin targets: galaxy-oss, galaxy-local, galaxy-stable, galaxy-dev, galaxy-preview - Rename config dir from .galaxy-ai to .galaxy - Add Galaxy app icon (512x512 rounded PNG + SVG logo) - Replace settings gear icon with Stars (sparkle) icon - Remove lightbulb/resource center button from header toolbar - Add Galaxy logo SVG to Settings > About page - Rename Galaxify -> Galaxyize across all UI strings - Remove Create Team / Join Team sections from Galaxy Drive - Fix missing => in OpenRichInput match arms - Clean up unused imports and warnings - Update Cargo.toml bundle metadata with Samsung branding - Re-enable code review, project explorer, global search in settings
This commit is contained in:
@@ -732,11 +732,11 @@ fn dmg_name(channel: Channel) -> String {
|
||||
|
||||
fn app_name_prefix(channel: Channel) -> &'static str {
|
||||
match channel {
|
||||
Channel::Stable => "GalaxyAI",
|
||||
Channel::Preview => "GalaxyAIPreview",
|
||||
Channel::Stable => "Galaxy",
|
||||
Channel::Preview => "GalaxyPreview",
|
||||
Channel::Local => "galaxy-ai",
|
||||
Channel::Integration => "integration",
|
||||
Channel::Dev => "GalaxyAIDev",
|
||||
Channel::Dev => "GalaxyDev",
|
||||
Channel::Oss => "galaxy-ai-oss",
|
||||
}
|
||||
}
|
||||
|
||||
@@ -254,11 +254,11 @@ fn installer_file_name() -> Result<String> {
|
||||
|
||||
fn app_name_prefix(channel: Channel) -> &'static str {
|
||||
match channel {
|
||||
Channel::Stable => "GalaxyAI",
|
||||
Channel::Preview => "GalaxyAIPreview",
|
||||
Channel::Stable => "Galaxy",
|
||||
Channel::Preview => "GalaxyPreview",
|
||||
Channel::Local => "galaxy-ai",
|
||||
Channel::Integration => "integration",
|
||||
Channel::Dev => "GalaxyAIDev",
|
||||
Channel::Dev => "GalaxyDev",
|
||||
Channel::Oss => "galaxy-ai-oss",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user