From 315b94019b0061e0599d258f6891bb2fa25f9aa3 Mon Sep 17 00:00:00 2001 From: Mattsson <111893710+mattssonn@users.noreply.github.com> Date: Fri, 14 Aug 2026 10:57:09 +0200 Subject: [PATCH] feat(providers): release the WINT card in the migration wizard (#1618) WINT rendered as a disabled "Kommer snart" chip while the provider shipped dark. The provider is wired end to end, so empty COMING_SOON_PROVIDERS and let the card be selectable. WINT still needs WINT_MIGRATION_ENABLED=true in the environment: that server-side /connect gate is unchanged and is what actually authorizes the connection. Co-authored-by: Claude Opus 5 (1M context) --- components/extensions/general/ArcimMigrationWorkspace.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/extensions/general/ArcimMigrationWorkspace.tsx b/components/extensions/general/ArcimMigrationWorkspace.tsx index 3fd748af..87aa5e95 100644 --- a/components/extensions/general/ArcimMigrationWorkspace.tsx +++ b/components/extensions/general/ArcimMigrationWorkspace.tsx @@ -382,10 +382,10 @@ interface ConnectionStatus { } } -// WINT shows as a disabled "Kommer snart" card until the integration is -// verified against a live WINT account. Launch = remove it here AND set -// WINT_MIGRATION_ENABLED=true (the server-side /connect gate). -const COMING_SOON_PROVIDERS = new Set(['wint']) +// Providers listed here render as a disabled "Kommer snart" card. WINT was +// the last entry: it is released now, so the set is empty. WINT still depends +// on WINT_MIGRATION_ENABLED=true, the server-side /connect gate. +const COMING_SOON_PROVIDERS = new Set([]) const PROVIDER_LOGOS: Record = { fortnox: '/logos/fortnox.svg',