Commit Graph
2471 Commits
Author SHA1 Message Date
Shivam Mishra 59d07f71e7 feat: use formatted content 2024-12-12 13:31:51 +05:30
Shivam Mishra 1f71733400 fix: meta 2024-12-12 13:29:02 +05:30
Shivam Mishra 873e67363d feat: add bubble names 2024-12-12 13:25:44 +05:30
Shivam Mishra c561cf596b refactor: split story 2024-12-11 18:32:11 +05:30
Shivam Mishra ad6864fd18 feat: add dyte bubble 2024-12-11 18:25:13 +05:30
Shivam Mishra 9807ed2fd7 fix: import 2024-12-11 17:55:51 +05:30
Shivam Mishra 0935adb61f feat: move stories 2024-12-11 17:55:09 +05:30
Shivam Mishra 245da198cb feat: add broken image chip example 2024-12-11 17:53:37 +05:30
Shivam Mishra 13c2a12865 fix: ig reel 2024-12-11 17:51:02 +05:30
Shivam Mishra f9ddb38019 fix: link 2024-12-11 17:49:17 +05:30
Shivam Mishra 789038ea7d fix: bubbles 2024-12-11 17:48:49 +05:30
Shivam Mishra 6ec955c277 feat: use data url instead of thumb url 2024-12-11 17:47:32 +05:30
Shivam Mishra f15e997806 fix: handle error 2024-12-11 17:47:22 +05:30
Shivam Mishra 40888b8a1d style: remove unused imports 2024-12-11 17:47:16 +05:30
Shivam Mishra 409e367c21 fix: link 2024-12-11 17:47:08 +05:30
Shivam Mishra 8089d4fe70 feat: update design for audio bubble 2024-12-11 17:42:09 +05:30
Shivam Mishra 414c6c7e97 fix: audio chip design 2024-12-11 17:41:33 +05:30
Shivam Mishra 71aeb2abb3 feat: add i18n 2024-12-11 17:41:03 +05:30
Shivam Mishra 777747b237 feat: update provider 2024-12-11 17:39:22 +05:30
Shivam Mishra 7f2b6019f9 feat: handle errors and gallery 2024-12-11 17:38:47 +05:30
Shivam Mishra 98f1dd46f4 feat: common base attachment component 2024-12-11 17:36:55 +05:30
Shivam Mishra 12d41eb694 feat: update file chip 2024-12-11 17:24:33 +05:30
Shivam Mishra c3268dcc4c feat: update location bubble 2024-12-11 17:19:14 +05:30
Shivam Mishra 7c34b5ce0a feat: update contact design 2024-12-11 17:11:07 +05:30
Shivam Mishra af01147221 fix: attachments 2024-12-11 16:58:54 +05:30
Shivam Mishra 4dbdb0bf0c fix: email spacing 2024-12-11 16:58:06 +05:30
Shivam Mishra 87699ee296 feat: better stories 2024-12-11 16:55:40 +05:30
Shivam Mishra a20852722c fix: color 2024-12-11 16:03:40 +05:30
Shivam Mishra bd3a2b481b fix: white alpha color 2024-12-11 16:03:38 +05:30
Shivam Mishra f349a802d5 fix: download color 2024-12-11 16:03:35 +05:30
Shivam Mishra b0824f3b67 fix: orientatation for chips 2024-12-11 16:03:31 +05:30
Shivam Mishra 1825989663 feat: add colors to text chip 2024-12-11 16:01:51 +05:30
Shivam Mishra 233cc8b868 feat: use woot-icons 2024-12-11 16:01:49 +05:30
Shivam Mishra 64ba5857e0 feat: use lucide 2024-12-11 16:00:32 +05:30
Shivam Mishra ed158716ba fix: sender avatar 2024-12-06 18:53:50 +05:30
Shivam Mishra 97ae755783 fix: attachments check 2024-12-06 18:51:42 +05:30
Shivam Mishra bcc03a79f7 feat: allow otions 2024-12-06 18:19:49 +05:30
Shivam Mishra be01ab63f7 Merge branch 'develop' of github.com:chatwoot/chatwoot into feat/message-bubble 2024-12-06 18:11:07 +05:30
Sivin VargheseandGitHub 1b430ffae2 fix: New compose conversation form (#10548) 2024-12-06 15:40:06 +05:30
Shivam Mishra e7471b8e74 feat: add contact card 2024-12-06 14:36:24 +05:30
Sivin VargheseandGitHub afb3e3e649 fix: Fix issues with contact routes in old navigation sidebar (#10547) 2024-12-05 22:46:57 -08:00
Shivam MishraandGitHub 3fd585f40b feat: Throttle meta request for large chat size (#10518)
For large accounts with huge volumes of messages, it can be very
wasteful to make the meta request so often. It also puts un-necessary
load on the DB bombarding it with so many requests. This PR fixes it by
throttling the requests to 5 seconds for all users with more than 1000
accessible chats.

### Why not cache this value in the backend?

Well, it's a bit tricky, since a user can have different permissions
over inboxes and can see different chats, maintaining a cache for each
of them is not effective, besides the requests will reach the server
anyway.
2024-12-05 22:35:30 -08:00
Shivam Mishra 9c6b78700c fix: location 2024-12-06 10:45:26 +05:30
b116ab5ad3 feat(v4): Compose new conversation without multiple clicks (#10545)
---------

Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
2024-12-05 20:16:29 -08:00
67c90231b6 feat: Add compose conversation components (#10457)
Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
2024-12-05 16:31:47 -08:00
Sivin VargheseandGitHub 41106bccb7 chore: Fix issues with Contact pages (#10544) 2024-12-05 14:24:10 -08:00
cdff624a0a feat: update notification settings (#10529)
https://github.com/user-attachments/assets/52ecf3f8-0329-4268-906e-d6102338f4af

---------

Co-authored-by: Pranav <pranav@chatwoot.com>
Co-authored-by: Pranav <pranavrajs@gmail.com>
2024-12-05 19:05:04 +05:30
Shivam Mishra 685cf56819 feat: add support for unsupported 2024-12-05 17:37:50 +05:30
Shivam Mishra e7fddee4dc feat: add location bubble 2024-12-05 17:13:57 +05:30
Shivam Mishra 26b5c2c136 feat: setup instagram 2024-12-05 15:08:37 +05:30