diff --git a/src/components/IotHub/install-dialog.scss b/src/components/IotHub/install-dialog.scss index 9d60f8620..1844f378c 100644 --- a/src/components/IotHub/install-dialog.scss +++ b/src/components/IotHub/install-dialog.scss @@ -282,23 +282,6 @@ } } -// Non-interactive "coming soon" pill shown in place of the copy + action -// buttons for instances that aren't live yet (see `availableFrom`). The pill -// shape and primary tint (matching the row-icon tile) read as a status chip, -// clearly distinct from the rectangular outlined action button. -.iot-hub-install-dialog__badge { - display: inline-flex; - align-items: center; - padding: 6px 14px; - font-size: 13px; - font-weight: $font-weight-medium; - line-height: 20px; - white-space: nowrap; - border-radius: 999px; - color: var(--color-primary); - background: rgba(var(--color-primary-rgb), 0.12); -} - // --- Narrow screens ------------------------------------------------------ // Below ~480px the dialog is viewport-width and the icon + label + actions no // longer fit on one line, so the copy/Connect actions wrap to their own diff --git a/src/components/IotHub/install-dialog.ts b/src/components/IotHub/install-dialog.ts index ec056b97d..afa82840e 100644 --- a/src/components/IotHub/install-dialog.ts +++ b/src/components/IotHub/install-dialog.ts @@ -6,7 +6,6 @@ import { IOT_HUB_STRINGS, buildInstallUrl, getInstallVerb, - isInstanceAvailable, stripScheme, stripTrailingSlash, type InstallInstance, @@ -92,21 +91,11 @@ function rowMarkup(inst: InstallInstance): string {
${S.invalidUrl}
` : ''; - // Instances with a future `availableFrom` aren't live yet — show a - // "coming soon" badge instead of the copy + action buttons. - const available = isInstanceAvailable(inst); - const actions = available - ? `