feat(conversation-selector): add conversation status badges to conversation selector and include status in sample data

This commit is contained in:
2025-12-18 08:16:46 +00:00
parent c8554418de
commit d61c3b6643
4 changed files with 58 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-12-18 - 1.6.0 - feat(conversation-selector)
add conversation status badges to conversation selector and include status in sample data
- Introduce TConversationStatus type and add optional status property to IConversation
- Render status badges in sio-conversation-selector with CSS classes and a getBadgeLabel helper
- Update sample conversations in sio-combox.ts to include statuses: 'new', 'needs-action', 'waiting', 'resolved'
## 2025-12-17 - 1.5.0 - feat(combox)
Introduce singleton SioCombox attached to document.body with open/close/toggle API and animated show/hide; integrate SioFab to use the singleton and update styles/positioning