Commit Graph

261 Commits

Author SHA1 Message Date
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
pradeepkumar
6be8a314e9 Refactor: Update tick-circle-icon.svg to use a stroked circle and adjusted tick mark path and styling. 2026-02-12 06:03:00 +05:30
pradeepkumar
4ddb7552db feat: Add Billings & Payments and Testimonials settings pages for agent and user roles, and refactor notification settings form. 2026-02-12 05:56:10 +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
50e593d7ae feat: Implement proactive access token refreshing within the session and reactive token renewal for socket authentication errors. 2026-02-11 04:47:51 +05:30
pradeepkumar
692a91f6db refactor: replace emoji-based password visibility toggles with SVG icons using next/image components. 2026-02-10 21:41:59 +05:30
pradeepkumar
841b776dca feat: Add category selection dropdown and state management to the hero section search. 2026-02-10 21:00:23 +05:30
pradeepkumar
46f5097742 feat: implement dedicated notification pages for agent and user roles. 2026-02-09 02:27:58 +05:30
pradeepkumar
7b2c10e7bb feat: Store original profile data to enable reset functionality on cancel and update after save. 2026-02-09 02:10:13 +05:30
pradeepkumar
7e8576c006 feat: Add cache-busting to avatar image URLs and implement show more/less functionality for certifications. 2026-02-09 01:42:26 +05:30
pradeepkumar
dbdd22a84b feat: Implement navigation to the agent message page when clicking the message button on network connections. 2026-02-09 01:21:21 +05:30
pradeepkumar
aed666f972 feat: add account deletion functionality with double confirmation, API call, loading state, and automatic sign-out to the PrivacyForm. 2026-02-09 01:15:32 +05:30
pradeepkumar
927c185f92 feat: Integrate API for privacy settings, enabling dynamic fetching, saving, and displaying loading/error/success states. 2026-02-09 01:00:32 +05:30
pradeepkumar
3d44892738 feat: Integrate API for fetching and saving user notification preferences, including loading, error, and success states. 2026-02-09 00:34:02 +05:30
pradeepkumar
eefc4bcd78 feat: Redirect authenticated users from auth pages and enable event-driven profile data refresh in the settings sidebar. 2026-02-09 00:03:45 +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
8d3fd0b0d2 feat: Implement Suspense with a loading fallback for the 2FA verification page. 2026-02-06 09:46:10 +05:30
pradeepkumar
c3eaacce93 feat: Implement password change functionality with client-side validation, API integration, and UI feedback for loading, success, and errors. 2026-02-06 09:45:12 +05:30
pradeepkumar
5eb0934570 feat: Implement a comprehensive two-factor authentication system including setup, verification, backup codes, and integration into the login flow. 2026-02-06 09:28:58 +05:30
pradeepkumar
719b784dfe feat: Implement 'Show More/Less' functionality for specialization cards, refine expertise tag extraction logic, and update the 'Browse Experts' navigation link. 2026-02-02 16:24:39 +05:30
pradeepkumar
1faed9140c feat: implement dynamic contact info and availability mapping from field values, and enhance phone number masking. 2026-02-02 10:19:55 +05:30
pradeepkumar
b5106945dc feat: Implement agent-user connection request system with a new service and dynamic profile card buttons. 2026-02-02 09:59:08 +05:30
pradeepkumar
edfbf4a51c feat: Implement agent availability status with a toggle for agents and display on user profiles. 2026-02-02 00:34:31 +05:30
pradeepkumar
b88e47f911 feat: Implement dynamic city and state retrieval and display for profiles, utilizing new data mapping and updated UI logic. 2026-02-01 23:25:27 +05:30
pradeepkumar
bb7706d152 feat: Enhance agent profiles with dynamic fields, granular location data, and add a verified badge asset. 2026-02-01 22:45:56 +05:30
pradeepkumar
ad2d2dfbf4 refactor: Simplify URL parameter handling by removing the isInitialized flag and directly using derived URL parameters for state and data fetching. 2026-02-01 21:58:57 +05:30
pradeepkumar
f48c665b0a style: Implement custom checkbox styling with a checked state SVG icon. 2026-02-01 18:45:31 +05:30
pradeepkumar
58a1918fa8 feat: Implement dynamic filtering for agent search by adding a filters parameter to the search service and utilizing it in the profiles page. 2026-02-01 18:30:21 +05:30
pradeepkumar
09cf44f418 feat: Introduce dynamic profile filtering with a new service and update user and agent profiles to use separate first and last name fields. 2026-02-01 15:04:51 +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
db331e5a2b feat: Redesign header with mobile menu and authenticated user profile, add search input validation to the hero section, and enhance user session data. 2026-01-31 22:42:29 +05:30
pradeepkumar
81d182c526 refactor: streamline token refresh logic by retrying queued requests with new tokens and update public API endpoint list. 2026-01-31 21:46:49 +05:30
pradeepkumar
b41bd8a3eb feat: Implement authentication checks for profile actions and user layout, and add presigned URL fetching for file viewing. 2026-01-29 00:02:59 +05:30
pradeepkumar
4ffd6305b1 fix 2026-01-25 01:15:02 +05:30
pradeepkumar
911ae85e20 fix 2026-01-25 00:21:17 +05:30
pradeepkumar
aca4cda831 fix 2026-01-24 23:52:09 +05:30
pradeepkumar
ec8116b886 fix 2026-01-24 23:31:32 +05:30
pradeepkumar
39af9bc59d s3 fix 2026-01-24 23:10:02 +05:30
pradeepkumar
b940e77a67 fix 2026-01-24 22:31:14 +05:30
pradeepkumar
a0559a17f1 fix 2026-01-24 22:19:30 +05:30
pradeepkumar
7d6ef356e2 fix 2026-01-24 21:36:37 +05:30
pradeepkumar
eba83e2961 fix 2026-01-24 21:06:13 +05:30
pradeepkumar
0f84e3d4d7 feat: Integrate react-select for multi-select fields and add support for file upload field types. 2026-01-24 20:47:00 +05:30
pradeepkumar
5e2b3d8e83 feat: Implement dynamic agent profile editing by introducing new services and dynamic UI components. 2026-01-24 20:36:22 +05:30
pradeepkumar
cb2e17c759 fix: use npm install instead of npm ci in Dockerfile 2026-01-21 19:20:13 +05:30
pradeepkumar
25b76e0a2d chore: update dependencies. 2026-01-21 18:55:42 +05:30