Commit Graph

10 Commits

Author SHA1 Message Date
pradeepkumar
65d3d6c9dc feat: Enable direct navigation to specific message conversations via URL parameters and initiate new conversations from the network page. 2026-03-15 01:03:44 +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
9acb0063fa feat: Implement shimmer loading for profile and avatar images across various components. 2026-03-14 14:37:19 +05:30
pradeepkumar
7b5c670159 feat: Improve avatar loading experience by displaying placeholders until images are fully loaded across various components. 2026-03-13 22:45:11 +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
b49b07fdd6 fix: robust logout session clearing with cookie cleanup and isLoggingOut guard
- Clear next-auth session cookies directly as backup in logout page
- Add isLoggingOut localStorage flag to prevent TokenSync/PresenceProvider from restoring tokens
- Clear isLoggingOut flag on login page load as safety net
- Add createdAt to AgentSubscription interface (fixes build error)
- Add /education to public routes in middleware
2026-03-08 12:06:07 +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
a3880bf9a7 feat: Enhance messaging page scrolling and typing indicator UI, and add socket acknowledgement timeouts for messaging actions. 2026-02-11 07:36:40 +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
pradeepkumar
f035129b6a refactor: Remove deprecated agent dashboard and message components, add FAQ page, and introduce a new generic messaging system. 2026-01-20 12:26:27 +05:30