mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-05 23:02:10 +03:00
Endpoints page: - Add Music Generation section (/v1/music/generations) in Media & Multi-Modal category - Include music models (type=music) in endpointData and total model count - Transcription section already shows Deepgram/AssemblyAI via allModels filter Provider action buttons: - Remove hover-only behavior from connection action buttons (edit/delete/reauth/proxy) - Remove hover-only behavior from combo action buttons (test/duplicate/proxy/edit/delete) - Buttons now always visible for better UX Provider logos (SVG fallback): - ProviderCard now tries .svg before showing text initials when .png not found - Add SVG logos: ElevenLabs, Hyperbolic, AssemblyAI, PlayHT, Inworld, NanoBanana - Add ollama-cloud.png (official Ollama icon)
14 lines
600 B
XML
14 lines
600 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" rx="18" fill="#141414"/>
|
|
<!-- Hyperbolic — stylized "H" with gradient accent -->
|
|
<defs>
|
|
<linearGradient id="hg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#00D4FF"/>
|
|
<stop offset="100%" stop-color="#7B2FFF"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="22" y="20" width="14" height="60" rx="3" fill="url(#hg)"/>
|
|
<rect x="22" y="41" width="56" height="14" rx="3" fill="url(#hg)"/>
|
|
<rect x="64" y="20" width="14" height="60" rx="3" fill="url(#hg)"/>
|
|
</svg>
|