iachat/app/javascript/dashboard
Pranav 94baba1d15
fix: Use textContent as fallback for htmlContent instead of content.value (#10901)
Some emails contain HTML content within the text part, but our content
parser currently strips HTML automatically, which needs a proper fix. In
the new UI, the fallback for HTML content was set to the parsed content,
which may omit HTML tags, leading to issues like missing inline
attachments.

This PR updates the fallback mechanism to use the text content instead
of the parsed content, ensuring HTML elements are preserved.

Fixes
https://linear.app/chatwoot/issue/CW-4046/text-content-is-not-respected-in-emails
2025-02-13 19:23:04 -08:00
..
api chore: Search improvements (#10801) 2025-02-03 19:34:50 +05:30
assets revert: Next bubble improvements (#10795) 2025-01-29 20:04:45 -08:00
components feat: Adds multiple attachment support for Telegram channel (#10883) 2025-02-12 14:43:58 +05:30
components-next fix: Use textContent as fallback for htmlContent instead of content.value (#10901) 2025-02-13 19:23:04 -08:00
composables feat: Add frontend changes for Captain limits (#10749) 2025-01-24 09:21:09 -08:00
constants feat: update colors for v4 (#10660) 2025-01-15 17:13:03 +05:30
helper fix: Initialize SDK along with emitter registration (#10896) 2025-02-12 22:14:04 -08:00
i18n feat: Add the ability to block/unblock contact via contact details page (#10899) 2025-02-13 14:59:35 -08:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules feat: show email subject in conversation search results (#10843) 2025-02-06 10:38:57 +05:30
routes feat: Add the ability to block/unblock contact via contact details page (#10899) 2025-02-13 14:59:35 -08:00
store fix: inconsistent reply box cc update (#10799) 2025-02-11 17:45:59 +05:30
App.vue fix: Resolve accountId from the route, initialize route-sync before the app is loaded (#10245) 2024-10-08 09:25:51 -07:00
featureFlags.js feat(v4): Update the report pages to show aggregate values (#10766) 2025-01-28 09:19:18 +05:30