chatwoot/app/javascript/widget/components
Surabhi Suman 4b40c61201
feat: Support Regex validation for custom attributes (#7856)
This allows a user to add/update a custom regex and a cue while defining custom attributes(Only applicable for type- text).
While adding/editing custom attributes, the values are validated against the attribute definition regex, and if it is incorrect, a cue message or default error message is shown and restricts invalid values from being saved.

Fixes: #6866
2024-01-23 18:01:57 +04:00
..
dropdown chore: Upgrade Tailwind CSS to 3.3.2 (#7380) 2023-06-26 11:27:16 -07:00
Form feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
layouts fix: clear timers and animation frame request before component unmounts (#8700) 2024-01-22 12:08:33 +05:30
PreChat feat: Support Regex validation for custom attributes (#7856) 2024-01-23 18:01:57 +04:00
stories feat: Components to render articles in widget home (#7596) 2023-07-24 16:45:55 -07:00
template feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
AgentMessage.vue fix: Remove the usage of DragWrapper to fix the Dyte integration (#8655) 2024-01-05 15:28:20 -08:00
AgentMessageBubble.vue feat: Update dependencies and fix import syntax for Vite migration (#7959) 2023-09-21 17:55:54 +05:30
AgentTypingBubble.vue fix: Typing indicator to support dark mode (#8564) 2023-12-15 09:57:13 +05:30
ArticleCardSkeletonLoader.vue feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
ArticleCategoryCard.vue fix: Render articles in widget if it is available (#7654) 2023-09-14 19:56:17 +05:30
ArticleHero.vue fix: Render articles in widget if it is available (#7654) 2023-09-14 19:56:17 +05:30
ArticleList.vue feat: Update dependencies and fix import syntax for Vite migration (#7959) 2023-09-21 17:55:54 +05:30
ArticleListItem.vue feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
ArticleSearch.vue feat: Components to render articles in widget home (#7596) 2023-07-24 16:45:55 -07:00
AvailableAgents.vue fix: Render articles in widget if it is available (#7654) 2023-09-14 19:56:17 +05:30
Banner.vue feat: Conversation transcript in widget (#2549) 2021-07-13 11:31:21 +05:30
ChatAttachment.vue feat: Add ability to paste file/image from clipboard (#5627) 2022-10-25 13:35:11 +05:30
ChatFooter.vue feat: remove feature flag checks for message reply to (#8352) 2023-11-15 13:05:58 +05:30
ChatHeader.vue feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
ChatHeaderExpanded.vue feat: Update dependencies and fix import syntax for Vite migration (#7959) 2023-09-21 17:55:54 +05:30
ChatInputWrap.vue fix: Update the height of the input based on the rows (#8373) 2023-11-17 17:29:44 -08:00
ChatMessage.vue feat: show ReplyTo in widget UI (#8094) 2023-10-27 13:35:02 +05:30
ChatSendButton.vue feat: Remove ionicons v2 dependency on widget (#3402) 2021-11-18 15:18:51 +05:30
ContinueChatButton.vue fix: Render articles in widget if it is available (#7654) 2023-09-14 19:56:17 +05:30
ConversationWrap.vue feat: Update bot typing indicator based on the conversation status (#7714) 2023-08-11 16:41:01 -07:00
DragWrapper.vue feat: toggle reply to on widget based on feature flag (#8261) 2023-10-31 21:33:14 +05:30
FileBubble.vue fix: Text color bug on attachment bubble in widget (#6399) 2023-02-09 16:50:11 +05:30
FooterReplyTo.vue feat: toggle reply to on widget based on feature flag (#8261) 2023-10-31 21:33:14 +05:30
GroupedAvatars.vue feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
HeaderActions.vue feat: update tool-chain to latest (#7975) 2023-09-27 14:02:34 +05:30
ImageBubble.vue fix: Fixes console error with image component in widget (#3955) 2022-02-10 12:48:22 +05:30
MessageReplyButton.vue feat: show ReplyTo in widget UI (#8094) 2023-10-27 13:35:02 +05:30
ReplyToChip.vue fix: clear timers and animation frame request before component unmounts (#8700) 2024-01-22 12:08:33 +05:30
SearchArticle.vue feat: Components to render articles in widget home (#7596) 2023-07-24 16:45:55 -07:00
TeamAvailability.vue chore: Adds hasConversation flag in chatwoot:on-start-conversation event (#8132) 2023-10-17 16:24:00 -07:00
UnreadMessage.vue fix: Fix an issue where Chat Widget Unread Message is not correctly d… (#8245) 2023-10-30 12:52:26 +05:30
UnreadMessageList.vue feat: Hides dismissed campaigns while browsing [cw-33] (#6842) 2023-04-25 22:38:36 +05:30
UserAvatar.vue chore: Update self-closing tag eslint config (#4826) 2022-06-10 19:29:52 +05:30
UserMessage.vue feat: remove feature flag checks for message reply to (#8352) 2023-11-15 13:05:58 +05:30
UserMessageBubble.vue chore: Use markdown-it instead of marked (#6123) 2023-03-03 13:26:54 +05:30