From ec5bb5d5ead14bdf84d77664f7bd46195586c2ba Mon Sep 17 00:00:00 2001 From: 777genius Date: Mon, 25 May 2026 23:44:06 +0300 Subject: [PATCH] fix(runtime): prevent provider status label overflow --- src/renderer/components/dashboard/CliStatusBanner.tsx | 10 +++++----- .../components/settings/sections/CliStatusSection.tsx | 7 ++++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/renderer/components/dashboard/CliStatusBanner.tsx b/src/renderer/components/dashboard/CliStatusBanner.tsx index acd87928..b5ee70a6 100644 --- a/src/renderer/components/dashboard/CliStatusBanner.tsx +++ b/src/renderer/components/dashboard/CliStatusBanner.tsx @@ -1036,14 +1036,14 @@ const InstalledBanner = ({ >
-
- +
+ {provider.providerId === 'opencode' @@ -1053,7 +1053,7 @@ const InstalledBanner = ({ {openCodeDashboardChips.map((chip) => ( {chip.label} @@ -1061,7 +1061,7 @@ const InstalledBanner = ({ ))} { <>
-
- +
+ {provider.displayName}