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) <noreply@anthropic.com>
This commit is contained in:
Mattsson
2026-08-14 10:57:09 +02:00
committed by GitHub
co-authored by Claude Opus 5
parent 2d97fbf1bc
commit 315b94019b
@@ -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<ArcimProvider>(['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<ArcimProvider>([])
const PROVIDER_LOGOS: Record<ArcimProvider, string> = {
fortnox: '/logos/fortnox.svg',