mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 21:02:12 +03:00
* feat(dashboard): pin Kimi providers first in category + official supporter card accent Kimi (Moonshot AI) official-partnership highlight on the providers dashboard: Kimi-family providers (kimi-coding, kimi-web, moonshot) now render first within whichever category/group they already appear in, and their ProviderCard shows a Kimi-blue (#1783FF) accent border/glow plus an "Official Supporter" badge. Presentation-only — routing/fallback order is untouched. * docs(changelog): add fragment for Kimi provider card highlight (#7775) * feat(dashboard): strengthen Kimi card accent + prove featured-first per real section Owner refinement: make the official Kimi blue (#1783FF) border clearly legible (2px, higher opacity) and add a subtle whole-card tint alongside the existing glow, so the accent reads unmistakably as "the official Kimi color" in both light and dark theme, not just a faint hairline. Also adds concrete section-scoped regression tests against the REAL provider catalog (not synthetic mocks), mirroring page.tsx's exact category-building call chain, proving where each Kimi-family card actually lands today: - OAuth section -> kimi-coding first - Web Cookie section -> kimi-web first - API Key -> LLM subsection -> moonshot first (kimi-k3's home provider) - kimi-coding-apikey and kimi (both hiddenFromDashboard) never render as their own card in any section, confirmed across all 9 categories.