Commit Graph

162 Commits

Author SHA1 Message Date
pradeepkumar
64f4234220 feat: Implement contact form submission with API integration and status feedback, refactor user profiles page layout and scrolling, and remove updateSession call from profile settings. 2026-03-20 12:43:23 +05:30
pradeepkumar
f71d47f3b7 fix: update HeroSection search form positioning and validation error message styling 2026-03-20 02:42:04 +05:30
pradeepkumar
bf97061a38 feat: Implement mobile responsive layout for the messaging page, enabling toggling between the conversation list and chat view on smaller screens. 2026-03-20 02:41:07 +05:30
pradeepkumar
9b6fbeb4fd feat: Introduce and integrate a mobile back button component across agent and user profile pages. 2026-03-20 02:32:58 +05:30
pradeepkumar
d8e75f4a06 feat: Improve message attachment handling by checking both fileUrl and content for S3 keys, and add an image loading error fallback UI. 2026-03-20 01:49:46 +05:30
pradeepkumar
0caf7af45b fix: Update 'show more/less' tag button to prevent event propagation and improve event handling. 2026-03-19 18:29:18 +05:30
pradeepkumar
b19991ed7b refactor: adjust profile page layout by removing scrollable profile cards and updating header navigation positioning. 2026-03-19 18:18:44 +05:30
pradeepkumar
8a9f1f2325 fix: Deduplicate array values in profile data mapping and ensure specialization cards fill full height. 2026-03-19 17:36:53 +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
51fd050945 feat: Add star/unstar functionality and display a mute indicator in the chat header. 2026-03-19 16:41:03 +05:30
pradeepkumar
26dc563a49 feat: Implement S3 avatar resolution for network connections, refine messaging initial conversation selection, and adjust profile display logic and header navigation. 2026-03-19 16:37:24 +05:30
pradeepkumar
896f49d1e1 fix: Populate the directionsUrl with a Google Maps link on the contact page. 2026-03-19 13:56:09 +05:30
pradeepkumar
2617262a74 feat: Display a shimmer loading placeholder for the subscription CTA button and update its disabled condition. 2026-03-19 11:57:43 +05:30
pradeepkumar
00a7cc68d1 fix: Defer agent dashboard data fetching until session is authenticated and update payment success redirect to full page reload. 2026-03-19 10:22:21 +05:30
pradeepkumar
3a5377dd35 feat: implement user reporting functionality with a dedicated modal and service, integrated into the chat header. 2026-03-19 05:24:41 +05:30
pradeepkumar
fcfb3827ba feat: Enable agents to set a custom headline and manage location via distinct city, state, and country fields, and enhance contract count display logic. 2026-03-18 13:04:10 +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
1fb4608ec1 proffiel card update 2026-03-17 11:56:09 +05:30
pradeepkumar
7dfa93adb5 feat: Implement dynamic specialization search in the hero section and parse URL filters on the profiles page. 2026-03-16 19:11:26 +05:30
pradeepkumar
fe0ef8cfba fix: Enhance logout cookie deletion to cover more NextAuth cookie variants and adjust the logout sequence, and disable prefetching for footer links. 2026-03-16 17:49:09 +05:30
pradeepkumar
7d7566f6d3 feat: Introduce Nginx development configuration and enhance authentication state management by refining logout flag handling and session restoration conditions. 2026-03-16 17:19:28 +05:30
pradeepkumar
1e9262edfa fix: Prevent token race conditions by pre-saving access/refresh tokens to localStorage before NextAuth signIn and refining logout token clearing. 2026-03-16 13:25:32 +05:30
pradeepkumar
63ad223c4c refactor: Update footer link hrefs, using '#' as placeholders for most and '/education' for agent-related links. 2026-03-15 20:27:15 +05:30
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
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
c7f1b89203 feat: Centralize authentication redirects to middleware, remove client-side redirect logic, and refine logout process. 2026-03-10 09:28:19 +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
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
8bfd60efa1 refactor: update notification frequency selection button styling and layout in settings. 2026-03-08 00:55:04 +05:30
pradeepkumar
037acd95c7 fix: Correct eye icon display logic for password and contact information visibility toggles. 2026-03-08 00:39:05 +05:30
pradeepkumar
7fca897e28 refactor: Adjust filter modal's width, height, padding, and internal layout for improved display. 2026-03-08 00:24:54 +05:30
pradeepkumar
65f85d0027 feat: Adjust HeroSection layout and category placeholder text, and update TestimonialsSection background color and add a divider. 2026-03-08 00:17:21 +05:30
pradeepkumar
1e165d395c feat: Implement Stripe subscription management with dynamic display of payment success and subscription details. 2026-03-07 10:10:55 +05:30
pradeepkumar
13b32cdd79 feat: Add Stripe service for subscription and payment management, and remove a UI arrow from the support email link. 2026-03-07 09:22:41 +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
9152bb818b refactor: Consolidate testimonial display into a single sortable list with dynamic sorting, replacing separate latest and oldest sections. 2026-03-05 05:37:10 +05:30
pradeepkumar
93b86a3472 feat: Implement a new testimonial submission page and service, and update related profile and settings components. 2026-03-05 05:36:10 +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
27d3a24605 perf: Optimize profile data fetching by preventing re-showing loading spinner and unnecessary re-fetches on subsequent session changes. 2026-03-04 21:40:16 +05:30
pradeepkumar
8502191e2e Fix: Prevent phone field conflicts by removing direct pre-population and prioritizing dynamic field slugs during agent profile updates. 2026-03-04 20:56:35 +05:30
pradeepkumar
39a2998344 feat: Display pending connection request count on the agent dashboard profile card. 2026-03-04 20:24:41 +05:30
pradeepkumar
335c3a0268 fix: Add explicit button types, improve error message extraction, and implement clipboard fallback for 2FA settings. 2026-03-03 15:49:35 +05:30