Pranav
0bba0ef6ff
Fix stories
2024-12-12 17:36:08 -08:00
Shivam Mishra and GitHub
f865a2fb38
Merge branch 'develop' into feat/message-bubble
2024-12-12 18:49:12 +05:30
Shivam Mishra
67aa85a508
feat: add private note example
2024-12-12 18:42:27 +05:30
Shivam Mishra
898a959755
fix: required
2024-12-12 17:57:59 +05:30
Shivam Mishra
dabde6fad6
fix: types
2024-12-12 17:57:34 +05:30
Shivam Mishra
5caa24ec58
feat: add content types
2024-12-12 13:35:39 +05:30
Shivam Mishra
25d9588095
feat: update styles
2024-12-12 13:35:34 +05:30
Shivam Mishra
974a9f00b9
fix: error handler
2024-12-12 13:33:37 +05:30
Shivam Mishra
ed8adb36fe
fix: styles for base
2024-12-12 13:33:10 +05:30
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
Sivin Varghese and GitHub
86d37622c8
chore: Remove unused files in contact ( #10570 )
2024-12-11 19:29:24 -08:00
Shivam Mishra and GitHub
99c699ea34
fix: links rendering in sidebar profile ( #10574 )
...
This pull request includes several changes to the `DropdownItem.vue` and `SidebarProfileMenu.vue` components to improve the handling of links.
Earlier we passed the link `/super_admin` to RouterLink directly, which would trigger validations internally and the dropdown item would not render in case of any errors. This PR fixes this by handling the native links appropriately
Fixes #10571
2024-12-11 17:42:46 -08:00
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
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
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
Pranav and GitHub
10a0333980
feat(ee): Add copilot integration (v1) to the conversation sidebar ( #10566 )
2024-12-10 15:36:48 -08:00
Sivin Varghese and GitHub
1b0e94ec95
feat: Flag icon component ( #10564 )
2024-12-10 11:53:24 +05:30
Shivam Mishra and GitHub
2ce7c8b845
fix: sidebar collapsed on reload ( #10561 )
...
When reloading a page, the sidebar item that is actively selected is
collapsed by default. This PR fixes it by expanding it on reload
2024-12-09 15:59:26 +05:30
d902bb1d6f
fix: Remove duplicate contactable inbox in the conversation form ( #10554 )
...
---------
Co-authored-by: Pranav <pranavrajs@gmail.com >
2024-12-06 12:31:01 -08:00
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
be01ab63f7
Merge branch 'develop' of github.com:chatwoot/chatwoot into feat/message-bubble
2024-12-06 18:11:07 +05:30