Add inbox window to show chats for the account #1

Open
opened 2026-04-09 20:48:32 +00:00 by sgcommand · 0 comments
Member

Add an inbox view/window for each account so users can see the active chats/conversations associated with that account.

Why

  • Makes it easier to inspect available chats without relying only on webhooks/logs
  • Improves day-to-day usability for multi-account setups
  • Provides a foundation for future chat-level actions and troubleshooting

Suggested scope

  • Show chat list for the selected account
  • Include basic metadata where available:
    • chat id
    • display name/title
    • last message preview
    • last activity timestamp
    • unread count if supported
  • Allow opening/selecting a chat for deeper inspection later

Acceptance criteria

  • User can open an inbox view for a specific account
  • Chats for that account are listed in a usable format
  • Empty/loading/error states are handled cleanly
Add an inbox view/window for each account so users can see the active chats/conversations associated with that account. ## Why - Makes it easier to inspect available chats without relying only on webhooks/logs - Improves day-to-day usability for multi-account setups - Provides a foundation for future chat-level actions and troubleshooting ## Suggested scope - Show chat list for the selected account - Include basic metadata where available: - chat id - display name/title - last message preview - last activity timestamp - unread count if supported - Allow opening/selecting a chat for deeper inspection later ## Acceptance criteria - User can open an inbox view for a specific account - Chats for that account are listed in a usable format - Empty/loading/error states are handled cleanly
Sign in to join this conversation.