iachat/app/javascript/dashboard/components-next/message
Pranav cc4924db55
feat: Update translated content inline (#11074)
Previously, viewing translations required opening a modal, which was a
frustrating experience. This update improves the UX by displaying
translations inline.

https://www.loom.com/share/c69f4316248946208f2e56e2429063a2

A sample message with translated content (which has an option to see the
original):
 
<img width="313" alt="Screenshot 2025-03-12 at 6 57 49 PM"
src="https://github.com/user-attachments/assets/52434086-b57f-40e8-87b8-314c3519df4b"
/>

Right now, the translation is done based on the account locale. Some of
the future considerations.

- Add personal preference for the language (For eg: an agent can use the
software in spanish even though the company default is english), then
support translations based on personal preference.
- Add support for LLM translations (OpenAI integration)
- Add translations if Captain is enabled
- Add auto translation if the feature is turned on.
2025-03-12 19:31:28 -07:00
..
bubbles feat: Update translated content inline (#11074) 2025-03-12 19:31:28 -07:00
chips fix: Fix issues in bubble design (#10940) 2025-02-21 09:51:54 +05:30
fixtures feat: Add new message bubbles (#10481) 2024-12-12 17:42:22 -08:00
stories feat: Add new message bubbles (#10481) 2024-12-12 17:42:22 -08:00
constants.js feat: fixes for bubble UI (#10643) 2025-01-08 09:26:40 +05:30
Message.vue fix: Fix issues in bubble design (#10940) 2025-02-21 09:51:54 +05:30
MessageError.vue feat: handle Channel errors (#11015) 2025-03-06 20:09:47 +05:30
MessageList.vue fix: re-rendering of components when shifting from the unread list to the read list (#10835) 2025-02-07 08:54:25 +05:30
MessageMeta.vue feat: handle Channel errors (#11015) 2025-03-06 20:09:47 +05:30
MessageStatus.vue feat: Add new message bubbles (#10481) 2024-12-12 17:42:22 -08:00
provider.js revert: Next bubble improvements (#10795) 2025-01-29 20:04:45 -08:00