Skip to content

style(channels): simplify channel status indicators#862

Merged
su8su merged 2 commits intomainfrom
fix_channel_ui
Apr 16, 2026
Merged

style(channels): simplify channel status indicators#862
su8su merged 2 commits intomainfrom
fix_channel_ui

Conversation

@su8su
Copy link
Copy Markdown
Contributor

@su8su su8su commented Apr 16, 2026

No description provided.

Copy link
Copy Markdown
Contributor

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9550ec1eff

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines 680 to 682
<div className="flex items-center gap-2">
<p className="text-[13px] font-medium text-foreground truncate">{displayName}</p>
<Badge className={cn('rounded-full border px-2 py-0.5 text-[10px] font-medium', statusTone(account.status))}>
{statusLabel(account.status)}
</Badge>
</div>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore per-account connection status in channel rows

This change removes the only explicit status indicator for each account, so accounts that are connecting/disconnected now render identically to healthy ones unless they also have lastError or a degraded reason. That is a functional regression when a channel has multiple accounts, because the group-level indicator is aggregated (pickChannelRuntimeStatus returns connected as soon as any account is connected), so a partially broken channel can appear healthy with no per-account signal to identify which account needs attention.

Useful? React with 👍 / 👎.

@su8su su8su merged commit 396e9e0 into main Apr 16, 2026
5 checks passed
@su8su su8su deleted the fix_channel_ui branch April 16, 2026 09:25
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant