pradeepkumar
29574ef5d8
fix: Correct chat auto-scroll to bottom by setting container's scrollTop property instead of using scrollIntoView.
2026-03-19 08:45:09 +05:30
pradeepkumar
776aeaac8d
feat: Display user's full name and profile avatar in network lists, falling back to email and default avatar.
2026-03-19 04:58:37 +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
aac05dd12d
feat: clear logout state on signup page initialization.
2026-03-17 11:01:46 +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
158f9e1780
fix: Prevent redundant logout redirects and synchronously clear authentication tokens on the logout page.
2026-03-16 15:26:39 +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
9638c6c4c9
feat: Dispatch 'profile-updated' event after avatar update to trigger UI refresh.
2026-03-15 17:07:53 +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
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
45adaf2deb
feat: dynamically load About page content from CMS, replacing hardcoded defaults and adding a skeleton loader.
2026-03-12 23:51:48 +05:30
pradeepkumar
a3586021a4
feat: Add user type selection and a sign up link to the login page.
2026-03-11 11:50:03 +05:30
pradeepkumar
fd480992a3
feat: Add splash images and redesign the logout page user interface.
2026-03-10 22:48:10 +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
69eff70fbb
feat: Implement a server-side logout action and enhance client-side logout with backend token invalidation and comprehensive local storage/cookie clearing.
2026-03-10 00:14:43 +05:30
pradeepkumar
ff5562a573
style: Enhance ChatHeader responsiveness by adding name truncation and conditional visibility for details.
2026-03-08 12:11:52 +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
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
98fbac65bb
refactor: Redesign the About page by updating content, descriptions, and various styling elements across all sections.
2026-03-08 01:09:47 +05:30
pradeepkumar
4255d28c50
feat: Update phone and email icons to their orange variants on the contact page.
2026-03-08 00:53:59 +05:30
pradeepkumar
08c0d94f5f
feat: Add an orange chat icon and apply various UI and style refinements to the FAQ page.
2026-03-08 00:47:29 +05:30
pradeepkumar
bd9dd363dc
chore: Update location icon source and dimensions in user profiles page.
2026-03-08 00:20:15 +05:30
pradeepkumar
0782da8abd
feat: refresh forgot password page UI, integrate new icons, and update styling.
2026-03-07 23:51:13 +05:30
pradeepkumar
68fc535b44
feat: Add Apple social login and user type toggles to authentication pages, alongside various UI and text refinements.
2026-03-07 23:48:49 +05:30
pradeepkumar
1baad05e79
feat: Replace hardcoded default profile image with a dynamic placeholder and remove cache-busting from presigned URLs.
2026-03-07 22:19:10 +05:30
pradeepkumar
c485561d62
feat: implement live support chat functionality with a dedicated service and UI page.
2026-03-05 06:37:44 +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
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
be863d4ec2
feat: dynamically adjust About page content and calls-to-action based on the user's agent status.
2026-03-04 21:22:36 +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
39137b4dfc
feat: Optimize agent profile avatar loading by resolving all presigned URLs in parallel at the page level and passing them to individual profile cards.
2026-03-04 20:42:46 +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
ef0c4fa77b
feat: Prevent flash of unauthenticated content and premature redirects by checking for existing tokens in local storage.
2026-03-03 16:08:23 +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
a89c464f8d
fix
2026-02-24 22:36:53 +05:30
pradeepkumar
c8f9045a38
fix: Improve robustness and error handling for dynamic form fields and sections with safe data access and type coercion.
2026-02-24 21:43:05 +05:30
pradeepkumar
6d467cc8c0
refactor: Dynamically load FAQ page content including categories, questions, and support details from CMS, and introduce new CMS types for FAQ structure.
2026-02-24 03:53:29 +05:30
pradeepkumar
ccb1045107
refactor: Replace Next.js Image component with a standard img tag and apply styling via className.
2026-02-24 03:39:26 +05:30
pradeepkumar
cc22d47d1e
Fix: Conditionally apply CMS content to about page sections and refine rendering of "Why Choose Us" section elements based on data availability.
2026-02-24 03:37:02 +05:30
pradeepkumar
20857a9d59
feat: Implement CMS integration for the About page, including new content types and dynamic data loading with default fallbacks.
2026-02-24 03:30:22 +05:30
pradeepkumar
b235378815
feat: Integrate CMS to dynamically populate home page sections with dedicated content types and a new service.
2026-02-22 21:52:54 +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
3d2171e0bb
feat: Introduce a dedicated logout page for consistent token and session invalidation across the application.
2026-02-18 00:50:38 +05:30
pradeepkumar
cb76eb6488
feat: Implement payment success confirmation page and testimonials form with new icons.
2026-02-12 06:21:11 +05:30