Rebasing, going about this another way

This commit is contained in:
Ryan Ward
2026-05-06 07:02:12 -05:00
parent d8d4ac9e5d
commit f4e2475c60
36 changed files with 3040 additions and 466 deletions
+2
View File
@@ -278,6 +278,7 @@ pub enum Icon {
CopilotLogo,
PiLogo,
AuggieLogo,
BedrockLogo,
CursorLogo,
NLD,
Oz,
@@ -579,6 +580,7 @@ impl From<Icon> for &'static str {
Icon::ClaudeLogo => "bundled/svg/claude.svg",
Icon::GeminiLogo => "bundled/svg/gemini_cli.svg",
Icon::OpenAILogo => "bundled/svg/openai.svg",
Icon::BedrockLogo => "bundled/svg/bedrock.svg",
Icon::AmpLogo => "bundled/svg/amp.svg",
Icon::DroidLogo => "bundled/svg/droid.svg",
Icon::OpenCodeLogo => "bundled/svg/opencode.svg",