From 404fcb896d73bb70e41ef6dc1d1e66e50d6b35c6 Mon Sep 17 00:00:00 2001 From: Podili Varshitha Date: Thu, 18 Apr 2024 15:44:13 +0530 Subject: [PATCH] TP-50640 | OnCall UI Fixes| varshitha (#847) * TP-50640 | TL Filters mapping| varshitha * TP-50640 | enums| varshitha * TP-50640| z-index issue,tl filters mapping| varshitha --- .../components/Addresses/geolocations.module.scss | 1 - .../components/CustomerSummary/index.module.scss | 2 +- src/pages/TeamLeadDashboard/interface.ts | 10 +++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/pages/CaseDetails/components/Addresses/geolocations.module.scss b/src/pages/CaseDetails/components/Addresses/geolocations.module.scss index f8b150f6..58707edb 100644 --- a/src/pages/CaseDetails/components/Addresses/geolocations.module.scss +++ b/src/pages/CaseDetails/components/Addresses/geolocations.module.scss @@ -63,7 +63,6 @@ position: relative; overflow: auto; outline: none; - z-index: var(--z-index-geolocation-card); .header { padding: 12px 16px; border-radius: 0; diff --git a/src/pages/CaseDetails/components/CustomerSummary/index.module.scss b/src/pages/CaseDetails/components/CustomerSummary/index.module.scss index a5f7123f..8e5b971d 100644 --- a/src/pages/CaseDetails/components/CustomerSummary/index.module.scss +++ b/src/pages/CaseDetails/components/CustomerSummary/index.module.scss @@ -209,7 +209,7 @@ display: flex; flex-direction: row; justify-content: flex-start; - align-items: center; + align-items: flex-start; padding: 2px 12px; gap: 20px; &:hover { diff --git a/src/pages/TeamLeadDashboard/interface.ts b/src/pages/TeamLeadDashboard/interface.ts index fe13dfdd..a812a504 100644 --- a/src/pages/TeamLeadDashboard/interface.ts +++ b/src/pages/TeamLeadDashboard/interface.ts @@ -128,7 +128,15 @@ export enum InteractionStatus { DOES_NOT_KNOW_CUSTOMER = 'Does Not Know Customer', PICKED_UP_DISCONNECTED = 'Picked Up Disconnected', LANGUAGE_BARRIER = 'Language Barrier', - TECHNICAL_ERROR = 'Technical Error' + TECHNICAL_ERROR = 'Technical Error', + PAID_ON_CALL = 'Paid On Call', + PAID_ON_VISIT = 'Paid On Visit', + PTP_FROM_FRIENDS_OR_FAMILY = 'PTP from Friends or Family', + REQUESTED_VISIT = 'Requested Visit', + FRAUD = 'Fraud', + NONE_OF_THE_ABOVE = 'None of the Above', + FORECLOSURE = 'Foreclosure', + ACCOUNT_UNAVAILABLE = 'Account Unavailable' } export enum PaymentStatus {