Commit Graph

323 Commits

Author SHA1 Message Date
pradeepkumar
e97afd6202 feat: add founder story section and update mission statement on about page 2026-04-12 13:22:07 +05:30
pradeepkumar
ff0a704deb feat: fetch and render dynamic agent types in footer service providers list 2026-04-12 12:31:59 +05:30
pradeepkumar
815b28b718 fix: remove trailing quote from signup page description text 2026-04-12 11:58:23 +05:30
pradeepkumar
11c3fdfde8 refactor: update location display order to state-first and fix minor typos in auth pages 2026-04-11 22:52:11 +05:30
pradeepkumar
bfcb37c2ee refactor: rename agent type selection label to professional role for clarity 2026-04-11 22:41:53 +05:30
pradeepkumar
c607818bd6 refactor: update HeroSection ctaButtonText to See All 2026-04-11 22:14:14 +05:30
pradeepkumar
38e327c27f chore: update title and cta text in TopProfessionals component 2026-04-11 22:10:46 +05:30
pradeepkumar
330ec8ac5d feat: update testimonial content and section branding in TestimonialsSection 2026-04-11 21:44:33 +05:30
pradeepkumar
991160b672 feat: add coming-soon page and update navigation links and middleware routes 2026-04-11 21:30:56 +05:30
pradeepkumar
4a1d118388 feat: add coming-soon page, update footer links and branding, and configure middleware access 2026-04-11 20:14:52 +05:30
pradeepkumar
0845e58a49 refactor: increase initial expertise tag count and constrain tag container height in profile and professional components 2026-04-10 23:51:47 +05:30
pradeepkumar
6fff0de325 feat: implement URL-based listing type selection and update footer navigation links 2026-04-10 20:15:25 +05:30
pradeepkumar
fbd209e129 feat: add privacy policy and terms of service pages and update footer links 2026-04-10 20:09:55 +05:30
pradeepkumar
48121277e4 feat: add unread message count badge to CommonHeader for user role 2026-04-10 17:44:36 +05:30
pradeepkumar
b2d2567a6c fix: update expertise tag display to wrap and adjust initial tag count to 2 2026-04-10 17:10:10 +05:30
pradeepkumar
e5dfac0470 refactor: optimize profile tag display and truncate location text across professional components 2026-04-10 16:39:58 +05:30
pradeepkumar
772a0cde3d feat: implement branded splash screen loading states for user and agent layouts 2026-04-09 16:06:34 +05:30
pradeepkumar
8baaa89da8 feat: implement real-time conversation deletion handling via socket events 2026-04-09 16:02:21 +05:30
pradeepkumar
65787bc34c refactor: introduce pause method to socket service to preserve event listeners during idle disconnects 2026-04-08 22:04:20 +05:30
pradeepkumar
308bbf90fd feat: add Firebase configuration build arguments and environment variables to Dockerfile 2026-04-08 12:07:57 +05:30
pradeepkumar
92db35c9e8 feat: implement robust logout API route to clear all authentication cookies 2026-04-08 11:29:03 +05:30
pradeepkumar
c765ea9548 refactor: standardize auth cookie configuration and improve logout reliability by explicitly expiring session tokens 2026-04-08 11:04:29 +05:30
pradeepkumar
5dc8977d24 feat: add resend verification email functionality to login page error state 2026-04-08 10:32:29 +05:30
pradeepkumar
935c747cd1 style: update profile image object positioning and fix checkbox alignment in filter modal 2026-04-08 03:46:15 +05:30
pradeepkumar
42616ef8af feat: update submit button text based on agent verification statusfix 2026-04-07 19:58:38 +05:30
pradeepkumar
44f4225f1c feat: emit message_received acknowledgment upon receipt of new messages 2026-04-07 19:53:02 +05:30
pradeepkumar
30a4448f6e chore: update site favicon 2026-04-07 19:44:41 +05:30
pradeepkumar
596d87a06d feat: update search agents service to return pagination metadata alongside results 2026-04-06 20:18:40 +05:30
pradeepkumar
62545d0114 fix 2026-04-06 14:06:55 +05:30
pradeepkumar
cfc6cd540a fix 2026-04-03 08:57:25 +05:30
pradeepkumar
28b78b56ff fix: fallback to provider ID for email when user email is missing during authentication 2026-04-03 08:49:45 +05:30
pradeepkumar
a5f8f33d68 refactor: update agent profile fetch to use getMyProfile method 2026-03-31 23:49:52 +05:30
pradeepkumar
719404b663 fix 2026-03-31 23:23:16 +05:30
pradeepkumar
f7f308af84 fix 2026-03-31 22:39:06 +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
5d930db290 style: adjust top padding on profile page and remove expand button from profile list sections 2026-03-31 06:26:54 +05:30
pradeepkumar
ed277d2955 feat: improve profile error handling with specific messages and UI for private or missing profiles 2026-03-30 15:35:36 +05:30
pradeepkumar
daa0e3ff67 refactor: remove hardcoded default content from components and update dashboard to conditionally render sections after CMS data loading 2026-03-30 12:07:20 +05:30
pradeepkumar
75994c09bd chore: disable image optimization for external domains to resolve SSL issues with Contabo S3 2026-03-30 08:26:51 +05:30
pradeepkumar
86cacd9a5b feat: enable direct messaging initiation from agent profiles via agentProfileId query parameter 2026-03-29 17:40:06 +05:30
pradeepkumar
ada94f6b38 fix: redirect logout to home page instead of login page 2026-03-29 12:06:05 +05:30
pradeepkumar
f762e613e0 style: adjust specialization card height and grid alignment for improved layout consistency 2026-03-29 03:52:32 +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
89fcd060f4 refactor: remove client-side agent fetching in favor of direct prop data usage in FeaturesSection 2026-03-28 22:08:57 +05:30
pradeepkumar
8dbc5c3842 refactor: update TopProfessionals to use CMS data and implement dynamic featured agent fetching in FeaturesSection 2026-03-28 22:04:20 +05:30
pradeepkumar
a60776be8b fix 2026-03-28 20:08:59 +05:30
pradeepkumar
1d48bd8b47 fix 2026-03-28 20:08:23 +05:30
pradeepkumar
dc64335d28 style: update subscription UI layout, gem icon color, and chat theme branding 2026-03-28 19:19:25 +05:30
pradeepkumar
d759d6a2e8 style: adjust layout spacing in agent and user dashboard wrappers 2026-03-28 18:52:59 +05:30
pradeepkumar
d0d43eb69b feat: implement avatar loading shimmers and restrict privacy settings visibility by user role 2026-03-28 17:01:37 +05:30