Commit Graph

22 Commits

Author SHA1 Message Date
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
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
b339dd865c feat: Implement guest menu in the common header for unauthenticated users and enhance JWT session handling for user profile updates. 2026-03-13 12:41:35 +05:30
pradeepkumar
6055160b30 refactor: streamline logout process by integrating next-auth's signOut and a dedicated server action for cookie management. 2026-03-10 11:49:33 +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
8c499ecc6a feat: Add a 'Coming Soon' education page and implement responsive mobile menu functionality and styling adjustments in the common header. 2026-03-08 11:12:55 +05:30
pradeepkumar
69c160ab5a feat: Replace login/signup text links with a profile icon in the common header. 2026-03-08 01:58:49 +05:30
pradeepkumar
c28f1a71ea refactor: Centralize logout logic to a dedicated page, clear local storage, and prevent API requests during the process. 2026-03-08 01:55:46 +05:30
pradeepkumar
b45ceef4e9 refactor: improve styling and layout of the user dropdown menu in CommonHeader. 2026-03-08 01:46:34 +05:30
pradeepkumar
724ce6a735 feat: Implement S3 presigned URL resolution for CMS images across pages and apply minor styling adjustments to the header and hero sections. 2026-03-05 05:51:57 +05:30
pradeepkumar
a1c128ea2f feat: Enhance user profiles page filter synchronization and refactor common header navigation to use Link components. 2026-03-04 22:13:14 +05:30
pradeepkumar
9b89e71764 feat: Implement notification API service, integrate unread count in header, and replace mock data on notification pages. 2026-02-25 06:45:49 +05:30
pradeepkumar
46f5097742 feat: implement dedicated notification pages for agent and user roles. 2026-02-09 02:27:58 +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
35ae58c0df feat: Split profile name into first and last name fields, introduce event-based profile updates for the header, and add S3 deletion for avatars. 2026-02-01 00:59:37 +05:30
pradeepkumar
c4afc421cf feat: Introduce user profile service and enable role-based profile management for users and agents, including avatar uploads and a dismissible error message in the hero section. 2026-02-01 00:50:09 +05:30
pradeepkumar
1ec1696db7 feat: enable user profile avatar upload and display across header and settings. 2026-02-01 00:35:22 +05:30
pradeepkumar
465551fea5 refactor: Reimplement header functionality within CommonHeader and add new profile menu icons. 2026-02-01 00:06:52 +05:30
pradeepkumar
d1b4458e26 refactor: Standardize user dashboard path to /user/dashboard and refine HeroSection helper text styling. 2026-01-20 01:24:43 +05:30
pradeepkumar
5a845e4b5d feat: Redesign the home page hero section with a new background image and enhanced search UI, and standardize user dashboard routing across the application. 2026-01-19 09:46:32 +05:30
pradeepkumar
3e23624469 feat: Implement a common header component to replace AgentHeader and introduce a new contact page with associated assets. 2026-01-19 08:54:09 +05:30