Commit Graph

16 Commits

Author SHA1 Message Date
pradeepkumar
189b3b9815 feat: implement real-time message and notification count synchronization via custom events and socket listeners 2026-04-13 22:47:51 +05:30
pradeepkumar
8baaa89da8 feat: implement real-time conversation deletion handling via socket events 2026-04-09 16:02:21 +05:30
pradeepkumar
1aea5bbe6b feat: update mark as read logic to use socket service for real-time status updates 2026-03-31 19:28:55 +05:30
pradeepkumar
36b94c7b0c refactor: optimize socket connection handling, improve messaging cache management, and simplify SpecializationCard UI 2026-03-29 03:31:01 +05:30
pradeepkumar
bd40eaeb0c feat: Implement message delivered event handling to update message statuses in conversations. 2026-03-28 02:03:04 +05:30
pradeepkumar
76ab856c20 feat: Implement agent-specific contact page CTA, enhance avatar loading and message previews, and refine messaging read receipts with auto-mark functionality. 2026-03-27 06:23:28 +05:30
pradeepkumar
fd06d7b243 feat: Implement client-side caching for conversations in useMessaging to reduce re-fetching and improve performance. 2026-03-23 21:27:34 +05:30
pradeepkumar
19b90285da feat: Implement conversation mute and favorite features with UI, API, and state management. 2026-03-19 17:03:25 +05:30
pradeepkumar
27e9fdabb4 feat: Implement persistent chat clearing functionality by adding a new service method and integrating it into the useMessaging hook. 2026-03-19 09:33:36 +05:30
pradeepkumar
772e1024cc feat: Implement useImageStatus hook and enhance image loading status handling across various components to address cached images and loading timeouts. 2026-03-18 11:54:40 +05:30
pradeepkumar
f3c4e31924 feat: Implement message catch-up and retry logic for conversation room joins on socket reconnection. 2026-03-17 18:03:07 +05:30
pradeepkumar
50640a5828 feat: Enable agents to initiate conversations with connected users and refactor the conversation start flow to be role-aware. 2026-03-15 00:29:25 +05:30
pradeepkumar
7d641eec12 feat: Add chat management actions including clear and delete conversation, and enhance session token refresh logic. 2026-03-09 23:47:28 +05:30
pradeepkumar
c5dc139633 feat: Implement rich media messaging for images, files, and GIFs, and add message read/delivery status indicators. 2026-02-21 22:11:42 +05:30
pradeepkumar
50e593d7ae feat: Implement proactive access token refreshing within the session and reactive token renewal for socket authentication errors. 2026-02-11 04:47:51 +05:30
pradeepkumar
a2384fc7d9 feat: Implement real-time messaging functionality with dedicated services, types, a custom hook, and UI integration. 2026-02-08 22:44:06 +05:30