docs(connections): rename Unknown status badge to View in {provider} - #2393
Merged
george-dilthey merged 2 commits intoAug 28, 2026
Merged
Conversation
Contributor
george-dilthey
marked this pull request as ready for review
August 28, 2026 18:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Updated
docs/connections-and-integration-accounts.mdanddocs/clay-ads.mdto replace the stale Unknown connection status badge label with the new View in {provider} label (e.g. "View in Slack", "View in Meta") shipped in this deploy. Also added the tooltip text that appears on hover: "Status for this connection is only available in {provider name}."Why
A code change in this deploy (
clay-run/clay-base87ac155...19ad5db) renamed the gray "Unknown" status badge shown for connections that cannot be automatically verified. The badge is now labeled View in {provider name} with a hover tooltip explaining the limitation. The existing docs referenced the old "Unknown" label in two places: the step-by-step verification instructions inconnections-and-integration-accounts.mdand a Meta-specific note inclay-ads.md. Both are now stale and would mislead customers looking for the badge they see in the UI.Source link(s)
db1cb69210d4abc90dd42410818c5fce08a6b4a6—fix(connections): rename Unknown status badge to View in {provider} (#51584)connection-status-utils.ts:34—getUnverifiableStatusLabelreturnsView in ${getProviderDisplayName(appAccountType)};ConnectionStatusCell.tsx:176— tooltip isStatus for this connection is only available in ${getProviderDisplayName(appAccountType)}.; no feature flag found — shipped to all customersUncertainties
None. The verifier returned PASS with file:line evidence. No feature gate. Shipped to all customers unconditionally.
Related observations
feat(audiences): add hard delete to admin reset panelcommit (19ad5db9) is explicitly internal-only per its PR description. No doc update needed.feat(enrichment-2.0): create enrichment workflows from fieldscommit (cde90231) adds a new entrypoint in the Data Hub to create enrichment workflows from a specific field. The audiences/enrichment docs do not currently document the workflow creation flow in detail so this is not a regression.docs/clay-ads.mdalso had a reference to "Unknown" status badge (Meta-specific note) which this PR also updates to View in Meta. PRs docs(clay-ads): add FAQ for sending a Find People workbook list to an ad platform #2363, docs(clay-ads): add audience size glossary entry and match rate vs audience size FAQ #2287, docs(clay-ads): add Audience size glossary entry, update Match rate definition, add match rate vs audience size FAQ #2286, docs(clay-ads): explain Ad sync vs Legacy ad sync difference #2256, docs(clay-ads): add EEA consent, platform fields, delete-recreate behavior, match rate clarification #2251, docs(clay-ads): clarify Enterprise has unlimited active recurring ad syncs #2218 are open onclay-ads.mdbut none touch the badge label — my change is a distinct, non-overlapping fix.Confidence: high
Closes DOC-2164