Chatwoot/app/javascript/shared/helpers
Chad Burggraf 4d0b302802
Avoid crashing when AudioContext is not available. (#5641)
#4942. We've also had a number of crash reports show up in our logs related to this. Typically we see "undefined is not a constructor" because of the `window.AudioContext || window.webkitAudioContext` returns `undefined`.
2022-10-20 19:13:20 -07:00
..
specs feat: Allow users to select Cmd+Enter as a hotkey (#4401) 2022-10-03 15:27:34 -07:00
vuex fix: Update the relevant agent presence only (#5220) 2022-08-09 12:32:09 +05:30
AudioNotificationHelper.js Avoid crashing when AudioContext is not available. (#5641) 2022-10-20 19:13:20 -07:00
BaseActionCableConnector.js feat: Show refresh modal on action cable disconnect (#4010) 2022-02-18 11:09:43 +05:30
clipboard.js chore: Replace packages with native functions (#5140) 2022-08-03 17:08:21 +05:30
CustomErrors.js Feat: Create contact from contacts page (#1806) 2021-02-19 20:22:58 +05:30
CustomEventHelper.js feat: Add chatwoot:error sdk event (#3998) 2022-02-21 09:40:11 +05:30
DateHelper.js fix: Update business hour calculation (#4496) 2022-04-18 18:15:20 +05:30
emoji.js chore: Check for empty strings in name formatter (#5434) 2022-09-14 07:15:04 -07:00
faviconHelper.js Fix: Adds favicon badge for notification alert. (#2079) 2021-04-13 19:25:19 +05:30
FileHelper.js feat: Ability to send voice message to channel (#4064) 2022-03-04 19:43:07 +05:30
HTMLSanitizer.js fix: Render links with target attribute (#4685) 2022-05-16 11:29:05 +05:30
KeyboardHelpers.js feat: Allow users to select Cmd+Enter as a hotkey (#4401) 2022-10-03 15:27:34 -07:00
MessageFormatter.js fix: Render links with target attribute (#4685) 2022-05-16 11:29:05 +05:30
MessageTypeHelper.js chore: Update message limit to Twilio recommended 320 characters (#3333) 2021-11-08 10:27:00 +04:00
Validators.js chore: Revert the migration for inbox name changes (#4919) 2022-06-23 20:36:46 +05:30