Commit Graph
602 Commits
Author SHA1 Message Date
Shivam Mishra cadd701d74 fix: colors on reply to 2023-10-10 19:32:14 +05:30
Shivam Mishra 6985dacc34 refactor: externalize the style 2023-10-10 19:31:03 +05:30
Shivam Mishra db5a5f1a03 fix: syntax 2023-10-10 19:30:35 +05:30
Shivam Mishra f7221df333 refactor: use MessagePreview in reply to 2023-10-10 19:30:01 +05:30
Shivam Mishra e6896dc359 refactor: allow custom empty message 2023-10-10 19:29:37 +05:30
Shivam Mishra 52f139561e feat: hide attachment icon 2023-10-10 19:22:11 +05:30
Shivam Mishra f509a734f9 refactor: use message preview in reply-to-message 2023-10-10 19:22:11 +05:30
Shivam Mishra e61f5a4e62 refactor: styles for message preview 2023-10-10 19:21:46 +05:30
Shivam Mishra 33cdd2c0ed refactor: split message-preview out as a component 2023-10-10 19:21:45 +05:30
Shivam Mishra a607bf4b60 refactor: visually balance y-padding 2023-10-10 19:21:45 +05:30
Shivam Mishra 7added2d48 feat: support attachments in bubble 2023-10-10 19:21:45 +05:30
Shivam Mishra d3dd20e4b9 fix: prop value 2023-10-10 19:21:45 +05:30
Shivam Mishra 8db377d29b feat: allow translation 2023-10-10 19:21:39 +05:30
Shivam Mishra 603c45a907 refactor: use vue 2 syntax 2023-10-10 19:21:38 +05:30
Shivam Mishra 1dcaec1186 feat: handle attachments in ReplyToMessage 2023-10-10 19:20:29 +05:30
Shivam Mishra d26959f57c feat: include attachments in props 2023-10-10 19:19:01 +05:30
Shivam Mishra c114cc7fa0 refactor: move ATTACHMENT_ICONS to constants 2023-10-10 19:18:34 +05:30
Shivam Mishra 7abe5b01dc fix: condition 2023-10-10 19:18:34 +05:30
Shivam Mishra 047f1f6bc3 refactor: handle translation externally 2023-10-10 19:18:34 +05:30
Shivam Mishra 86ea2bbbe3 refactor: handle missing message content 2023-10-10 19:18:34 +05:30
Shivam Mishra 53ac68f0c0 refactor: disable reply to bubble 2023-10-10 19:18:33 +05:30
Shivam Mishra a2af5e25e1 feat: allow showing in-reply-to message 2023-10-10 19:18:33 +05:30
cbae95422d feat: Implement reply to for reply editor (#8063)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2023-10-10 19:13:12 +05:30
Shivam MishraandGitHub 081c845c56 chore: Remove twitter actions (#8079) 2023-10-10 16:48:58 +05:30
Pranav Raj SandGitHub 1e54d6deb3 fix: Update duplicate ids for dashboard app frame (#8077) 2023-10-10 16:46:32 +05:30
Shivam MishraandGitHub bb5c6a416a fix: insert position for canned responses (#8069) 2023-10-10 10:36:10 +05:30
Sivin VargheseandGitHub 759a66dd21 feat: Add the ability to send attachment in new conversation (#7913) 2023-10-10 09:34:36 +05:30
Sivin VargheseandGitHub 86ca90aa15 feat: Support image resize in message signature (#8042) 2023-10-09 13:20:12 +05:30
1b63adfb2e feat: add option for reply to in context menu (#8043)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2023-10-05 20:01:20 +05:30
e27274a5a8 chore: Adds a bus event to insert text at cursor in editor (#7968)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2023-10-05 14:37:01 +05:30
c19cfeaa81 feat: Adds message signature for new email conversations (#7946)
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
2023-10-03 13:45:28 +05:30
Sivin VargheseandGitHub 845b0c0a68 fix: Editor file upload browser showing bug (#8019) 2023-09-29 17:53:54 +05:30
a88d155dd7 feat: update tool-chain to latest (#7975)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2023-09-27 14:02:34 +05:30
b18cac77fb chore: Moved file upload methods to mixin (#7987)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2023-09-27 11:05:19 +05:30
48bf8d08e5 feat: Update dependencies and fix import syntax for Vite migration (#7959)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2023-09-21 17:55:54 +05:30
Sivin VargheseandGitHub 2c93d563c1 fix: Update colors to fix dark mode in the editor add-link modal header (#7947) 2023-09-20 17:29:27 +05:30
29110ffd6b feat: Allow signature in the editor directly (#7881)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2023-09-15 18:46:40 +05:30
Pranav Raj SandGitHub 71e9566854 Revert "feat: Ability to send attachment in new conversation (#7698)" (#7903) 2023-09-12 20:57:49 +05:30
e39d19b1e8 feat: Adds image support for message signature (#7827)
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
2023-09-11 10:23:45 +05:30
8bc2bc6d40 feat: Ability to send attachment in new conversation (#7698)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2023-09-08 12:12:24 +05:30
Sivin VargheseandGitHub 3038aaef67 fix: Editor menu option is not showing (#7879) 2023-09-07 17:15:19 +05:30
deec1d213b feat: add a common upload endpoint (#7806)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2023-08-31 10:36:02 +07:00
Shivam MishraandGitHub 25c3fb3c36 feat: Track the usage of query operator (#7821) 2023-08-30 08:28:05 +05:30
57feedbf25 fix: Fixes extra backslash while breaking paragraphs [CW-1505] (#7457)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2023-08-28 15:46:10 +05:30
623cd72897 fix: Update the order of display of the CSAT ratings (#7805)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2023-08-27 07:39:06 +05:30
04aa13e8aa feat: Disable options from the message signature editor (#7777)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2023-08-26 08:51:39 +05:30
Sivin VargheseandGitHub 55972cc17a fix: Dashboard overflow issue if there is banner (#7748) 2023-08-21 12:22:50 +05:30
2daf1ae827 feat: Event to capture the message signature feature (#7760)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2023-08-21 13:30:21 +07:00
LiamandGitHub 961c911c26 fix: Fix the issue where tag agent option is appearing above the profile menu (#7743) 2023-08-17 09:23:26 -07:00
Muhsin KelothandGitHub b89c917198 feat: Add CTAs for AI features (#7538) 2023-08-16 08:39:41 +05:30