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
This commit is contained in:
Podili Varshitha
2024-04-18 15:44:13 +05:30
committed by GitHub
parent 7424459ef0
commit 404fcb896d
3 changed files with 10 additions and 3 deletions

View File

@@ -63,7 +63,6 @@
position: relative;
overflow: auto;
outline: none;
z-index: var(--z-index-geolocation-card);
.header {
padding: 12px 16px;
border-radius: 0;

View File

@@ -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 {

View File

@@ -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 {