Skip to content

Show per-platform chat connection status in expanded overlay#223

Merged
eerimoq merged 4 commits intomainfrom
copilot/update-chat-status-connection
Feb 8, 2026
Merged

Show per-platform chat connection status in expanded overlay#223
eerimoq merged 4 commits intomainfrom
copilot/update-chat-status-connection

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 8, 2026

Chat status showed a single Connected/Disconnected for all platforms combined. Viewers status already showed per-platform breakdown. This aligns chat status to match.

Changes

  • Model (Model.swift): Added ChatPlatformStatus struct and chatPlatformStatuses array to StatusTopLeft
  • Status logic (ModelChat.swift): Added updateChatPlatformStatuses() building per-platform connected state for each configured chat (Twitch, Kick, YouTube, SOOP, OSP, DLive). Skipped in remote control mode.
  • View (StreamOverlayLeftView.swift): Added ChatStatusView mirroring ViewersView — icon + per-platform logos with Connected/Disconnected text. Compact view unchanged (white/red icon only).

Behavior matrix

Mode Expanded Compact
Normal Per-platform logos + status White/red icon
Remote control Text: "Connected/Disconnected (remote control)" White/red icon
Not configured Text: "Not configured" White icon

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • www.swift.org
    • Triggering command: /usr/share/swift/usr/bin/swift-build /usr/share/swift/usr/bin/swift-build -c release (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Add ChatPlatformStatus struct and chatPlatformStatuses array to StatusTopLeft
model. Build per-platform chat statuses in updateChatPlatformStatuses() for
each configured chat platform. Add ChatStatusView showing platform logos with
Connected/Disconnected text per platform. In compact view, keep showing just
the chat icon in white/red based on overall connection status.

Co-authored-by: eerimoq <176810+eerimoq@users.noreply.github.com>
Copilot AI changed the title [WIP] Update chat status to show connection status per platform Show per-platform chat connection status in expanded overlay Feb 8, 2026
Copilot AI requested a review from eerimoq February 8, 2026 14:04
@eerimoq eerimoq marked this pull request as ready for review February 8, 2026 14:45
@eerimoq eerimoq merged commit 2d8b6ce into main Feb 8, 2026
2 checks passed
@eerimoq eerimoq deleted the copilot/update-chat-status-connection branch February 10, 2026 21:30
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.

2 participants