From cc5974da9bec82fccf7fcba1ed14b7326dc486c8 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Wed, 6 May 2026 09:54:00 +0400 Subject: [PATCH] feat(inbox): Add beta badge for TikTok and Voice channels (#14378) TikTok and Voice channels in the inbox creation flow now display a small "Beta" badge next to their title, signaling that these integrations are still being polished while keeping them available for users to try. Fixes https://linear.app/chatwoot/issue/CW-7026/add-beta-label-for-tiktok-and-voice-inboxes --------- Co-authored-by: Muhsin <12408980+muhsin-k@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) --- .../dashboard/components/ChannelSelector.vue | 25 ++++++++++++++++--- .../components/widgets/ChannelItem.vue | 5 ++++ 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/app/javascript/dashboard/components/ChannelSelector.vue b/app/javascript/dashboard/components/ChannelSelector.vue index 2e3ea7d86..ef5256577 100644 --- a/app/javascript/dashboard/components/ChannelSelector.vue +++ b/app/javascript/dashboard/components/ChannelSelector.vue @@ -1,5 +1,7 @@