style(channels): align status indicator with Models card style#867
Merged
style(channels): align status indicator with Models card style#867
Conversation
Move the connection status dot from beside the channel title into the subtitle row (same place as the Models page 'Configured' indicator) and append the localized status label (e.g. 'Connected') next to the dot. Co-authored-by: Haze <hazeone@users.noreply.github.com>
The channel-status dot no longer carries a `title` attribute after the status label was moved into the subtitle row. Update the degraded e2e assertion to match the localized status text instead. Co-authored-by: Haze <hazeone@users.noreply.github.com>
DigitalNomad-Chat
added a commit
to DigitalNomad-Chat/ClawX
that referenced
this pull request
Apr 26, 2026
…overy (ValueCell-ai#855 ValueCell-ai#862 ValueCell-ai#867 ValueCell-ai#892 ValueCell-ai#841) Channel health banner, diagnostics snapshot, gateway restart button, status indicator styling, multi-account binding fix.
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.
Summary
Aligns the configured-channel card status indicator with the Models / AI Providers card style:
Connected/已连接/接続済み), reusing the existingchannels.account.connectionStatus.*keys.h-1.5 w-1.5) and bullet separator (w-1 h-1 rounded-full bg-black/20 dark:bg-white/20) as the AI Providers card so the two pages read consistently.Because the status dot no longer carries a
titleattribute (the label is rendered as adjacent text), two Playwright specs were updated to query the status by its localized text:tests/e2e/channels-health-diagnostics.spec.ts(previously broke CI —getByTitle(/Degraded|…/)→getByText(/Degraded|…/))tests/e2e/channels-binding-regression.spec.ts(added assertion that theConnectedlabel is rendered inside the Feishu group card)No behavior changes, only presentation.
Walkthrough
Channel card now follows the same pattern used on the Models page.
Messaging Channels page after the change

Testing
pnpm run lintpnpm run typecheckpnpm test -- tests/unit/channels-page.test.tsxpnpm run test:e2e -- tests/e2e/channels-health-diagnostics.spec.ts tests/e2e/channels-binding-regression.spec.ts tests/e2e/channels-account-id-validation.spec.ts tests/e2e/channels-account-id-persistence.spec.ts← all four pass locally after the selector fix.To show artifacts inline, enable in settings.