- সারি
- ১১ মার্চ, ২০২৬ এ ৫:৩৮ PM UTC
- লেখক
- kamo
- মন্তব্য@ info: status
- 3ba58d4
All window.location.href, window.location.assign(), and window.location.reload() calls in page components caused full page reloads, wiping all React state including open tool windows (chat, softphone, calculator). Replaced with: - router.push() in account/page.tsx, EmployeeManager.tsx, LeadManager.tsx, PipelineDashboardTab.tsx - Next.js <Link> in **************** - router.refresh() in AvatarManager.tsx (re-fetches server data, preserves client state — no full page reload)