iachat/app/javascript/dashboard/components/widgets
Jordan Brough 026e03c307
fix: Handle spaces in CC/BCC email lists (#6788)
When the CC field is generated in the UI, the email values are joined together
with ", " but when they are parsed, we currently split by just ",".

This causes an error on the backend and on the frontend.

It seems reasonable to update the code to allow whitespace in the input and to
split by `\s*,\s` and also to trim leading and trailing whitespace from the CC
list.

---------

Co-authored-by: Sojan <sojan@pepalo.com>
2023-04-18 19:18:23 +05:30
..
chart feat: Display how many conversations are considered for the metric calculation (#4273) 2022-03-28 00:38:23 -07:00
conversation fix: Handle spaces in CC/BCC email lists (#6788) 2023-04-18 19:18:23 +05:30
DashboardApp feat: Pass logged in agent context to dashboard app (#6034) 2022-12-07 12:02:27 -08:00
FilterInput feat: Custom attributes in automations and refactor (#4548) 2022-11-10 10:53:29 +05:30
forms feat: Improved country code in contact form view. (#6801) 2023-04-17 20:32:09 +05:30
mentions fix: Increase font size for canned response list item (#6380) 2023-02-02 10:58:03 -08:00
modal fix: Fixes broken style in automation page (#6171) 2023-01-06 15:37:28 +05:30
stories feat: Add component for grouped thumbnails (#5796) 2022-11-03 22:38:45 -07:00
WootWriter feat: Adds image attachment for help center articles (#6426) 2023-02-15 21:11:32 -08:00
AttachmentsPreview.vue fix: Add multiple file paste support and fix for bugs (#4066) 2022-03-23 18:25:57 +05:30
AutomationActionInput.vue feat: Add support of variables in macros and automation (#6358) 2023-01-30 13:17:33 +05:30
AutomationActionTeamMessageInput.vue chore: Update self-closing tag eslint config (#4826) 2022-06-10 19:29:52 +05:30
AutomationFileInput.vue chore: Improve macros stability (#5700) 2022-10-24 23:49:19 -07:00
Avatar.vue chore: Design improvements for thumbnail and dropdown (#5822) 2022-11-09 16:52:30 -08:00
BackButton.vue chore: Refactor sidebar related changes for RTL (#6519) 2023-02-24 13:01:54 +05:30
ChannelItem.vue chore: Create a resuable component for selecting a channel (#6241) 2023-01-11 21:13:51 -08:00
ChatTypeTabs.vue Chore: moves localstorage helper as a shared utility (#6838) 2023-04-11 15:50:46 +05:30
ColorPicker.vue fix: Update colors in widget buttons to fix invalid colors (#6033) 2022-12-14 15:21:20 -08:00
EmptyState.vue chore: Fix Eslint warnings (#3654) 2021-12-27 13:49:31 +05:30
FeatureToggle.vue feat: Add the ability for the agents to execute a macro (#5698) 2022-10-24 20:33:59 -07:00
InboxName.vue feat: Revamps search to use new search API's (#6582) 2023-03-03 20:58:21 +05:30
LabelSelector.stories.js feat: Ability to add label for contact page (#2350) 2021-06-14 10:36:00 +05:30
LabelSelector.vue feat: Update the design of labels to use a smooth theme (#4325) 2022-06-20 15:09:22 +05:30
LoadingState.vue chore: Fix Eslint warnings (#3654) 2021-12-27 13:49:31 +05:30
ReportStatsCard.vue feat: Display how many conversations are considered for the metric calculation (#4273) 2022-03-28 00:38:23 -07:00
SettingIntroBanner.stories.js chore: Cleanup page-top-bar style conflicts (#2407) 2021-06-10 09:35:15 +05:30
SettingIntroBanner.vue feat: Adds pages to edit portals (#5373) 2022-09-02 10:22:15 +05:30
ShowMore.vue feat: Allow agent-bots to be created from the UI (#4153) 2022-11-17 22:15:58 -08:00
TableFooter.vue chore: Refactor tables in all screen for RTL (#6525) 2023-02-27 11:36:28 +05:30
Thumbnail.spec.js feat: Improve image loading for thumbnails (#5823) 2022-11-08 21:05:13 -08:00
Thumbnail.stories.js feat: Support square variants of thumbnail and avatar components (#5003) 2022-07-09 14:03:55 +05:30
Thumbnail.vue chore: Design improvements for thumbnail and dropdown (#5822) 2022-11-09 16:52:30 -08:00
ThumbnailGroup.vue chore: Design improvements for thumbnail and dropdown (#5822) 2022-11-09 16:52:30 -08:00
UserAvatarWithName.vue chore: Refactor reports css for RTL (#6537) 2023-02-27 11:50:21 +05:30
VideoCallButton.vue feat: Add video call option with Dyte in the dashboard (#6207) 2023-01-09 11:49:27 -08:00