feat: Introduce dynamic profile filtering with a new service and update user and agent profiles to use separate first and last name fields.

This commit is contained in:
pradeepkumar
2026-02-01 15:04:51 +05:30
parent 35ae58c0df
commit 09cf44f418
5 changed files with 167 additions and 333 deletions

View File

@@ -4,7 +4,8 @@ import { SettingsSidebar, ProfileSettingsForm } from '@/components/settings';
export default function ProfileSettingsPage() {
const handleSave = (data: {
fullName: string;
firstName: string;
lastName: string;
career: string;
email: string;
phone: string;