Skip to content

feature: show unread message badge on chat toolbar button#15

Open
yanas wants to merge 1 commit into
masterfrom
feature/chat-unread-badge
Open

feature: show unread message badge on chat toolbar button#15
yanas wants to merge 1 commit into
masterfrom
feature/chat-unread-badge

Conversation

@yanas

@yanas yanas commented Mar 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • Renders a <span class="badge"> with the unread count on the chat button when unreadMessages > 0
  • Passes unreadMessages from ToolbarContainerView down to ToolbarButtonView
  • The count is already tracked in Redux state — this just wires up the display

Test plan

  • Set unreadMessages to a non-zero value in the initial state and verify the badge appears on the chat button

🤖 Generated with Claude Code

Renders a badge with the unread count on the chat button when
unreadMessages > 0. The count is already tracked in Redux state.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant