Files
collection-portal/package.json

144 lines
4.7 KiB
JSON
Raw Normal View History

2022-08-23 13:56:14 +05:30
{
"name": "collections-portal",
"private": true,
"version": "0.0.0",
"scripts": {
"makeVersion": "node make_versions.js > dist/version.txt",
"start": "vite",
"clean": "rm -rf dist && rm -rf stats",
2022-08-23 13:56:14 +05:30
"copy-mocks": "cp -r __mocks__/ dist/__mocks__/",
2022-10-11 16:28:49 +05:30
"copy-config": "cp config.template.js dist/configuration.js",
Kunal|Fcm integration (#318) * TP-22003|Kunal| incident 12018 fix , add customer interaction fix * TP-22003|Kunal| FCM integration * TP-22003|Kunal| added mkcert vite plugin dev dependency * TP-22003|Kunal| added fcmtoken in verfiyV2 api * TP-22003|Kunal|added onMessage function to app.tsx * TP-22003|Kunal| FCM integration working * TP-22003|Kunal| FCM NOTIFICATIONS FULL INTEGRATION _/\_ * TP-22003| copy firebase-sw to dist, timestamp in index.html for firebase-sw, buildTime hydration to replace __BUILD_TIME__ | Herik * TP-22003| copy firebase sw in build | Herik * TP-22003| path changed for firebase-sw | Herik * TP-22003| removed timestamp from firebase-sw index.html | Herik * TP-22003| imporScripts fix | Herik * TP-22003|Kunal| added self.importScripts in firebase-messaging-sw.js and console logs in getFCMToken * TP-22003| log fcmVapidKey, currentToken in firebase.ts | Herik * TP-22003| compat scripts | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003| Check for imporScripts function type | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| added firebase scripts in index.html * TP-22003|Kunal| change firebase config in firebase-messaging-sw.js * TP-22003|Kunal| added fcm token in session exchange api * TP-22003|Kunal| added notification permission checks * TP-22003|Kunal| added notification permission screen * TP-22003|Kunal| added text constants on PermissionsScreen.tsx * TP-22003|Kunal| fcm notificaiton blocker overlay * TP-22003|Kunal| removed console logs Co-authored-by: Herik Modi <herik.modi@navi.com>
2023-05-11 22:53:18 +05:30
"copy-firebase-sw": "cp firebase-messaging-sw.js dist/firebase-messaging-sw.js",
"build": "npm run clean && vite build && npm run copy-mocks && npm run copy-config",
Kunal|Fcm integration (#318) * TP-22003|Kunal| incident 12018 fix , add customer interaction fix * TP-22003|Kunal| FCM integration * TP-22003|Kunal| added mkcert vite plugin dev dependency * TP-22003|Kunal| added fcmtoken in verfiyV2 api * TP-22003|Kunal|added onMessage function to app.tsx * TP-22003|Kunal| FCM integration working * TP-22003|Kunal| FCM NOTIFICATIONS FULL INTEGRATION _/\_ * TP-22003| copy firebase-sw to dist, timestamp in index.html for firebase-sw, buildTime hydration to replace __BUILD_TIME__ | Herik * TP-22003| copy firebase sw in build | Herik * TP-22003| path changed for firebase-sw | Herik * TP-22003| removed timestamp from firebase-sw index.html | Herik * TP-22003| imporScripts fix | Herik * TP-22003|Kunal| added self.importScripts in firebase-messaging-sw.js and console logs in getFCMToken * TP-22003| log fcmVapidKey, currentToken in firebase.ts | Herik * TP-22003| compat scripts | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003| Check for imporScripts function type | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| added firebase scripts in index.html * TP-22003|Kunal| change firebase config in firebase-messaging-sw.js * TP-22003|Kunal| added fcm token in session exchange api * TP-22003|Kunal| added notification permission checks * TP-22003|Kunal| added notification permission screen * TP-22003|Kunal| added text constants on PermissionsScreen.tsx * TP-22003|Kunal| fcm notificaiton blocker overlay * TP-22003|Kunal| removed console logs Co-authored-by: Herik Modi <herik.modi@navi.com>
2023-05-11 22:53:18 +05:30
"build:new": "npm run clean && vite build && npm run copy-mocks && npm run copy-config && npm run copy-firebase-sw && npm run makeVersion",
2022-08-23 13:56:14 +05:30
"preview": "vite preview",
"lint": "eslint \"**/?*.{ts,tsx,js}\"",
"lint:fix": "eslint --fix \"**/?*.{ts,tsx,js}\"",
"lint:quiet": "yarn lint --quiet",
2022-08-23 13:56:14 +05:30
"prettier-check": "prettier --check \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"",
"prettier:check": "prettier --check \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"",
"prettier:write": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"",
2022-08-23 13:56:14 +05:30
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"",
"test": "jest",
2022-08-23 14:25:22 +05:30
"lint-staged": "lint-staged",
"prepare": "husky install",
Revamp v2 || Aman Singh || Arpit || Kunal || Aman C || Herik (#104) * Alert tag added (#27) * Alert tag added * fix * tag size fix * fixes * Changes for AlertType display in collection-portal | Arpit * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * api config fixes * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * nginx config fixes * endpoint fix * fix * vite config changes (#36) * api config fixes * nginx config fixes * endpoint fix * fix * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * container || Aman Singh, Herik (#34) * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * added __internal__lastUpdatedAt in store * changed 404 logic Co-authored-by: Herik Modi <herik.modi@navi.com> * folder structure (#39) * suspense loader and line loader added || Aman Singh (#38) * suspense loader and line loader added * fallback variable change * renamned skeleton.module.scss * added comments * h1 replaced with H1 * h1 replaced with H1 * case detail reducer changes * loader refactor and added loader on overview screen (#41) * added missing features from tab (#42) * TP-10279 Overview section added * fix * fixes * Emi Calendar | Arpit * Dead code remove * TODO comment at constant file. * fixes * fixes * switch fix * QyeryParams added | Emi Calendar * switch fix * fix any types * Removing dead code * File and Folder changes * review comment * fixes * TP-10279 Overview section added (#43) * TP-10279 Overview section added * fix * fixes * fixes * fixes * switch fix * switch fix * fix any types * fixes * Emi schedule tab || Aman singh (#45) * added missing features from tab * header items and modal * removed comments * changes * removed comments * removed comments * removed conflicts * removed conflicts * Merge conflicts (#47) * removed conflicts * removed merge conflicts * emi schedule and back button handling added || Aman Singh (#49) Emi Overdue calculator * merge conflict resolution * Review comment incorporation | Arpit * review style comments incorporation | Arpit * Adiing useCallback | Arpit * TP-10290 Overview section loan details added * EMI Calendar Design and functionality added | Arpit * updates 1. CSS changed for count on pills. 2. Disabled pill for zero count * Navi's New Logo incorporation | Arpit * review comment incorporation | Arpit * updated web-ui-library commit * review comment incorporation | Arpit * Fix for valueGetter | Arpit * More details fixes * Review comment incorporation | Arpit * Review comment incorporation * Fixes for review comments added * TP-10290 more details fixes * Tooltip integration || Aman Singh, Herik (#50) * Initial push for tooltip component * Pseudo code for smart handling * tooltip added and emi breakup * updates 1. triangle color changed to white for emiBreakupTooltip. 2. text align changed to left instead of center. * removed unnecessary packages. * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> * fix * overview emi paid fix * Feedback history table loader added * fix * overview fixes * removing conflicts (#56) removing the conflicts * added svg and removed base64 also changed tab icon * Feedback form || Aman Singh, Kunal Sharma (#53) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> * qa deploy changes (#59) * cosmetic changes (#62) * route change (#65) * changed ref of web-ui-lib (#66) * TP-11411 | Incorrect overdue amount data shown on the EMI schedule page | Arpit * Config changes in index file for server | Arpit * Feedback api corrected || Aman Singh (#68) * provided initial question id * removed unused code * added payment tab * payments tab removed unused code * added types * fixex * feedback type map fix (#71) * Tool tip on info icon || Aman singh (#73) * tooltip on info icon * added overlay * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * Self call integration v2 | Kunal (#74) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix * slash integration * self call integration * feedback form fixes for self call * updated submodule * web ui library fix * Update src/pages/auth/AuthActions.ts Co-authored-by: Aman Singh <aman.singh@navi.com> * Update src/pages/CaseDetails/feedbackForm/index.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * web ui library fix Co-authored-by: aman.singh <aman.singh@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * max char validation (#75) Max length validation * Tp 10287 waive fee form (#61) * TP-10287 Waive Fee form * TP-10287 Waive Fee form * Chip styling changes | Arpit * fixes * fix * Payment history overlay | Arpit * fixes * update web ui library * added tooltip * TP-10287 send payment link integration * fix * web ui commit * fix * EMI Breakup added | Arpit * changes in index.html * fixes * fixes Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: aman.singh <aman.singh@navi.com> * changing the config file * changed all cases to my cases (#76) * Tp 11811 || Aman Singh (#78) * added tooltip * changed script tag * removed hard coding * removed tool tip and padding issue in feedback form (#79) * TP-10298, TP-10299, TP-11806 - Fixes (#77) * fixes * fix * fixes * Tp 10299 fixes || Aman C (#80) * fixes * fix * fixes * fixes * fix Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * TP-11813 | Getting "Something went wrong" while clicking on notification , from backed "/action" api throwing 400 | Arpit * Comment incorporation | Arpit * Ptp per emi || Aman Singh (#82) * ptp per emi added * removed unused code * Telephones sorted || Aman Singh (#83) * sorted telephones * ts error * added useMemo * index.html changes * Adding field for annual interest rate | Arpit (#87) * fixes (#86) * TP-11889 | On Place of "last Paid date " we are getting "due date" in current due details section | Arpit (#88) * slash integration - call bridge actions, call button || Kunal Sharma (#85) * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * TP-11889 | Bounce fee not present in the EMI breakup | Arpit * telephone score fix (#90) * @TP-11883 adding emi due date and emi amount in more details sections (#91) * TP-11896 | Address source is not showing in Address section of more details page , but from backend we are getting | Arpit (#95) * @TP-11883 adding emi due date and emi amount in more details sections (#93) * Present enach card || Aman Singh (#92) * present enach cards * removed wacher * mandate status added * removed merge conflicts * Communication History tab removal | Arpit (#98) * TP-11847 fix for presented enach (#97) * fix for presented enach * present enach card changes * amount type changed * corner case handeling Co-authored-by: aman.singh <aman.singh@navi.com> * EMI value and EMI end date changes in more details | Arpit (#99) * TP-11878 call history fix for alternate numbers (#96) * TP-11878 call history fix for alternate numbers * Fixed interface names, created proper interface, changed the logic and created the components for CallHistory and removed render functions * added key to right component, defined NO_OF_RECORDS as a constant * TP-11878 fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * date format YYYY (#100) * Slash fixes | Kunal & Herik && AMAN KUMAR SINGH (#101) * fixes for slash * slash fixes * slash fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * TP-11690 latest important feedback (#102) Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com>
2022-11-17 00:37:16 +05:30
"type:check": "tsc",
"setup": "rm -rf node_modules && yarn && yarn update-submodule",
"update-submodule": "git submodule update --init"
2022-08-23 13:56:14 +05:30
},
"lint-staged": {
"*.{js,css,scss,md}": [
"prettier --write"
],
"*.{js,ts,tsx}": [
"prettier --write",
"eslint --cache --fix"
]
},
"husky": {
"hooks": {
"pre-commit": "yarn lint-staged"
}
},
"dependencies": {
"@elastic/apm-rum": "^5.10.2",
2022-10-05 15:07:43 +05:30
"@fingerprintjs/fingerprintjs": "^3.3.3",
"@floating-ui/dom": "1.5.3",
"@floating-ui/react": "0.25.4",
"@fullcalendar/core": "5.11.0",
"@fullcalendar/daygrid": "5.11.0",
"@fullcalendar/interaction": "5.11.0",
"@fullcalendar/list": "5.11.0",
"@fullcalendar/react": "5.11.1",
"@fullcalendar/resource-timeline": "5.11.0",
"@googlemaps/js-api-loader": "^1.16.2",
2022-08-23 13:56:14 +05:30
"@reduxjs/toolkit": "^1.7.2",
2022-09-22 16:20:23 +05:30
"@sentry/browser": "7.13.0",
"@types/highcharts": "^7.0.0",
TP-3700 | Conditional Mark-Read and Escape to close chats | Fix infinite scroll (#677) * TP-3700|Kunal|config * logOutHandler updated * Close chats with Escape and mark-read api added conditional calls * es-lint error fixed * Tp 3700/whatsapp fixes infinite scroll (#679) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Tp 3700/whatsapp fixes infinite scroll (#683) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom * Suggestions Added --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Firebase Config file updated * Firebase Config file updated * Firebase Config file updated * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * Comments Resolved * Render Chats render logic and business logic seperated * Initial scroll dependency added * useSelector Destructuring optimised * Scroll Improved * TP-3700|Kunal| resolved PR comments * Render logic updated * TP-3700|Kunal| resolved PR comments * showHandleCurrentChatDeletion flag added in handleKeyPress * KEYBOARD_KEYS enums added and key added in reply text area container * TP-3700|Kunal| resolved PR comments * Code refactored * push removed from redux * Resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com>
2023-12-06 01:09:05 +05:30
"@types/react-infinite-scroller": "1.2.5",
2022-10-05 15:07:43 +05:30
"@types/react-transition-group": "^4.4.5",
"@types/uuid": "^9.0.2",
Revamp v2 || Aman Singh || Arpit || Kunal || Aman C || Herik (#104) * Alert tag added (#27) * Alert tag added * fix * tag size fix * fixes * Changes for AlertType display in collection-portal | Arpit * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * api config fixes * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * nginx config fixes * endpoint fix * fix * vite config changes (#36) * api config fixes * nginx config fixes * endpoint fix * fix * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * container || Aman Singh, Herik (#34) * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * added __internal__lastUpdatedAt in store * changed 404 logic Co-authored-by: Herik Modi <herik.modi@navi.com> * folder structure (#39) * suspense loader and line loader added || Aman Singh (#38) * suspense loader and line loader added * fallback variable change * renamned skeleton.module.scss * added comments * h1 replaced with H1 * h1 replaced with H1 * case detail reducer changes * loader refactor and added loader on overview screen (#41) * added missing features from tab (#42) * TP-10279 Overview section added * fix * fixes * Emi Calendar | Arpit * Dead code remove * TODO comment at constant file. * fixes * fixes * switch fix * QyeryParams added | Emi Calendar * switch fix * fix any types * Removing dead code * File and Folder changes * review comment * fixes * TP-10279 Overview section added (#43) * TP-10279 Overview section added * fix * fixes * fixes * fixes * switch fix * switch fix * fix any types * fixes * Emi schedule tab || Aman singh (#45) * added missing features from tab * header items and modal * removed comments * changes * removed comments * removed comments * removed conflicts * removed conflicts * Merge conflicts (#47) * removed conflicts * removed merge conflicts * emi schedule and back button handling added || Aman Singh (#49) Emi Overdue calculator * merge conflict resolution * Review comment incorporation | Arpit * review style comments incorporation | Arpit * Adiing useCallback | Arpit * TP-10290 Overview section loan details added * EMI Calendar Design and functionality added | Arpit * updates 1. CSS changed for count on pills. 2. Disabled pill for zero count * Navi's New Logo incorporation | Arpit * review comment incorporation | Arpit * updated web-ui-library commit * review comment incorporation | Arpit * Fix for valueGetter | Arpit * More details fixes * Review comment incorporation | Arpit * Review comment incorporation * Fixes for review comments added * TP-10290 more details fixes * Tooltip integration || Aman Singh, Herik (#50) * Initial push for tooltip component * Pseudo code for smart handling * tooltip added and emi breakup * updates 1. triangle color changed to white for emiBreakupTooltip. 2. text align changed to left instead of center. * removed unnecessary packages. * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> * fix * overview emi paid fix * Feedback history table loader added * fix * overview fixes * removing conflicts (#56) removing the conflicts * added svg and removed base64 also changed tab icon * Feedback form || Aman Singh, Kunal Sharma (#53) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> * qa deploy changes (#59) * cosmetic changes (#62) * route change (#65) * changed ref of web-ui-lib (#66) * TP-11411 | Incorrect overdue amount data shown on the EMI schedule page | Arpit * Config changes in index file for server | Arpit * Feedback api corrected || Aman Singh (#68) * provided initial question id * removed unused code * added payment tab * payments tab removed unused code * added types * fixex * feedback type map fix (#71) * Tool tip on info icon || Aman singh (#73) * tooltip on info icon * added overlay * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * Self call integration v2 | Kunal (#74) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix * slash integration * self call integration * feedback form fixes for self call * updated submodule * web ui library fix * Update src/pages/auth/AuthActions.ts Co-authored-by: Aman Singh <aman.singh@navi.com> * Update src/pages/CaseDetails/feedbackForm/index.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * web ui library fix Co-authored-by: aman.singh <aman.singh@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * max char validation (#75) Max length validation * Tp 10287 waive fee form (#61) * TP-10287 Waive Fee form * TP-10287 Waive Fee form * Chip styling changes | Arpit * fixes * fix * Payment history overlay | Arpit * fixes * update web ui library * added tooltip * TP-10287 send payment link integration * fix * web ui commit * fix * EMI Breakup added | Arpit * changes in index.html * fixes * fixes Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: aman.singh <aman.singh@navi.com> * changing the config file * changed all cases to my cases (#76) * Tp 11811 || Aman Singh (#78) * added tooltip * changed script tag * removed hard coding * removed tool tip and padding issue in feedback form (#79) * TP-10298, TP-10299, TP-11806 - Fixes (#77) * fixes * fix * fixes * Tp 10299 fixes || Aman C (#80) * fixes * fix * fixes * fixes * fix Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * TP-11813 | Getting "Something went wrong" while clicking on notification , from backed "/action" api throwing 400 | Arpit * Comment incorporation | Arpit * Ptp per emi || Aman Singh (#82) * ptp per emi added * removed unused code * Telephones sorted || Aman Singh (#83) * sorted telephones * ts error * added useMemo * index.html changes * Adding field for annual interest rate | Arpit (#87) * fixes (#86) * TP-11889 | On Place of "last Paid date " we are getting "due date" in current due details section | Arpit (#88) * slash integration - call bridge actions, call button || Kunal Sharma (#85) * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * TP-11889 | Bounce fee not present in the EMI breakup | Arpit * telephone score fix (#90) * @TP-11883 adding emi due date and emi amount in more details sections (#91) * TP-11896 | Address source is not showing in Address section of more details page , but from backend we are getting | Arpit (#95) * @TP-11883 adding emi due date and emi amount in more details sections (#93) * Present enach card || Aman Singh (#92) * present enach cards * removed wacher * mandate status added * removed merge conflicts * Communication History tab removal | Arpit (#98) * TP-11847 fix for presented enach (#97) * fix for presented enach * present enach card changes * amount type changed * corner case handeling Co-authored-by: aman.singh <aman.singh@navi.com> * EMI value and EMI end date changes in more details | Arpit (#99) * TP-11878 call history fix for alternate numbers (#96) * TP-11878 call history fix for alternate numbers * Fixed interface names, created proper interface, changed the logic and created the components for CallHistory and removed render functions * added key to right component, defined NO_OF_RECORDS as a constant * TP-11878 fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * date format YYYY (#100) * Slash fixes | Kunal & Herik && AMAN KUMAR SINGH (#101) * fixes for slash * slash fixes * slash fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * TP-11690 latest important feedback (#102) Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com>
2022-11-17 00:37:16 +05:30
"ag-grid-community": "^28.1.1",
"ag-grid-react": "^28.1.1",
"autoprefixer": "^10.4.16",
2022-10-05 15:07:43 +05:30
"axios": "^0.27.2",
2022-08-23 13:56:14 +05:30
"classnames": "^2.3.1",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
Kunal|Fcm integration (#318) * TP-22003|Kunal| incident 12018 fix , add customer interaction fix * TP-22003|Kunal| FCM integration * TP-22003|Kunal| added mkcert vite plugin dev dependency * TP-22003|Kunal| added fcmtoken in verfiyV2 api * TP-22003|Kunal|added onMessage function to app.tsx * TP-22003|Kunal| FCM integration working * TP-22003|Kunal| FCM NOTIFICATIONS FULL INTEGRATION _/\_ * TP-22003| copy firebase-sw to dist, timestamp in index.html for firebase-sw, buildTime hydration to replace __BUILD_TIME__ | Herik * TP-22003| copy firebase sw in build | Herik * TP-22003| path changed for firebase-sw | Herik * TP-22003| removed timestamp from firebase-sw index.html | Herik * TP-22003| imporScripts fix | Herik * TP-22003|Kunal| added self.importScripts in firebase-messaging-sw.js and console logs in getFCMToken * TP-22003| log fcmVapidKey, currentToken in firebase.ts | Herik * TP-22003| compat scripts | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003| Check for imporScripts function type | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| added firebase scripts in index.html * TP-22003|Kunal| change firebase config in firebase-messaging-sw.js * TP-22003|Kunal| added fcm token in session exchange api * TP-22003|Kunal| added notification permission checks * TP-22003|Kunal| added notification permission screen * TP-22003|Kunal| added text constants on PermissionsScreen.tsx * TP-22003|Kunal| fcm notificaiton blocker overlay * TP-22003|Kunal| removed console logs Co-authored-by: Herik Modi <herik.modi@navi.com>
2023-05-11 22:53:18 +05:30
"firebase": "^8.8.0",
"highcharts": "^10.3.3",
"highcharts-react": "^0.0.3",
"highcharts-react-official": "^3.2.0",
"lodash.throttle": "^4.1.1",
TP-3700 | whatsapp boilerplate (#615) * TP-3700 | whatsapp boilerplate * TP-3700 | message boilerplate * TP-3700 | msw integration * Submodules Updated * TP-3700/anshuman_dev_changes (#640) * TP-3700|Kunal|created chat list component * TP-3700|Kunal|added chatlist component skeletal * Chat Message Component Created * TP-3700 | created customer info, chat list and reply widget * Empty Screen Error Pages Added * Color Variables Added In Root * Reload underline adjusted * Submodule Updated * Fixed Comments * typography text changed to h4 for error page * Reload Link URL Styles Updated * Typography Added for text style --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> * TP-3700/anshuman_dev (#657) * TP-3700|Kunal|created chat list component * TP-3700|Kunal|added chatlist component skeletal * Chat Message Component Created * TP-3700 | created customer info, chat list and reply widget * Empty Screen Error Pages Added * Color Variables Added In Root * Reload underline adjusted * TP-3700|Kunal|[WIP] added firebase database * Submodule Updated * Fixed Comments * typography text changed to h4 for error page * Reload Link URL Styles Updated * Typography Added for text style * TP-3700|Kunal|WHATSAPP- added types , firebase utils , chat buckets * TP-3700|Kunal|WHATSAPP- added types , firebase utils , chat buckets * Submodule updated * TP-3700|Kunal|merged with firebase utils , chatlist and refactored slice * TP-3700|Kunal|merged with firebase utils , chatlist and refactored slice * TP-3700|Kunal|added chat selection logic (#646) * TP-3700|Kunal|added chat selection logic * TP-3700|Kunal|added chat selection logic * TP-3700|Kunal|[wip]added chatsTagsIconsMap * TP-3700|Kunal|added tag icons and time diff utils * TP-1|Kunal|added first interaction fix * Chat Loading Integreated * TP-1|Kunal|added first interaction fix * TP-3700|Kunal|added fuzzysort in whatsapp chat * Merged Changes * Send Msg With Enter added and Chat Details Added with API * Current DPD added in CustomerInfoHeader and disable chat integrated after 24 hours of interaction with user * Chat Loader Added and Chat open state persisted using local storage * Disable Button Styles Corrected * Empty Msgs removed from chat screen * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * Tag Fixed * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * Error Icons modified, Popoup screen Added, Ofline handler added in local storage (#663) Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Anshuman Rai <anshuman.rai@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com>
2023-11-23 00:21:03 +05:30
"msw": "^2.0.0",
2022-08-23 13:56:14 +05:30
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-recaptcha": "2.1.0",
Revamp v2 || Aman Singh || Arpit || Kunal || Aman C || Herik (#104) * Alert tag added (#27) * Alert tag added * fix * tag size fix * fixes * Changes for AlertType display in collection-portal | Arpit * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * api config fixes * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * nginx config fixes * endpoint fix * fix * vite config changes (#36) * api config fixes * nginx config fixes * endpoint fix * fix * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * container || Aman Singh, Herik (#34) * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * added __internal__lastUpdatedAt in store * changed 404 logic Co-authored-by: Herik Modi <herik.modi@navi.com> * folder structure (#39) * suspense loader and line loader added || Aman Singh (#38) * suspense loader and line loader added * fallback variable change * renamned skeleton.module.scss * added comments * h1 replaced with H1 * h1 replaced with H1 * case detail reducer changes * loader refactor and added loader on overview screen (#41) * added missing features from tab (#42) * TP-10279 Overview section added * fix * fixes * Emi Calendar | Arpit * Dead code remove * TODO comment at constant file. * fixes * fixes * switch fix * QyeryParams added | Emi Calendar * switch fix * fix any types * Removing dead code * File and Folder changes * review comment * fixes * TP-10279 Overview section added (#43) * TP-10279 Overview section added * fix * fixes * fixes * fixes * switch fix * switch fix * fix any types * fixes * Emi schedule tab || Aman singh (#45) * added missing features from tab * header items and modal * removed comments * changes * removed comments * removed comments * removed conflicts * removed conflicts * Merge conflicts (#47) * removed conflicts * removed merge conflicts * emi schedule and back button handling added || Aman Singh (#49) Emi Overdue calculator * merge conflict resolution * Review comment incorporation | Arpit * review style comments incorporation | Arpit * Adiing useCallback | Arpit * TP-10290 Overview section loan details added * EMI Calendar Design and functionality added | Arpit * updates 1. CSS changed for count on pills. 2. Disabled pill for zero count * Navi's New Logo incorporation | Arpit * review comment incorporation | Arpit * updated web-ui-library commit * review comment incorporation | Arpit * Fix for valueGetter | Arpit * More details fixes * Review comment incorporation | Arpit * Review comment incorporation * Fixes for review comments added * TP-10290 more details fixes * Tooltip integration || Aman Singh, Herik (#50) * Initial push for tooltip component * Pseudo code for smart handling * tooltip added and emi breakup * updates 1. triangle color changed to white for emiBreakupTooltip. 2. text align changed to left instead of center. * removed unnecessary packages. * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> * fix * overview emi paid fix * Feedback history table loader added * fix * overview fixes * removing conflicts (#56) removing the conflicts * added svg and removed base64 also changed tab icon * Feedback form || Aman Singh, Kunal Sharma (#53) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> * qa deploy changes (#59) * cosmetic changes (#62) * route change (#65) * changed ref of web-ui-lib (#66) * TP-11411 | Incorrect overdue amount data shown on the EMI schedule page | Arpit * Config changes in index file for server | Arpit * Feedback api corrected || Aman Singh (#68) * provided initial question id * removed unused code * added payment tab * payments tab removed unused code * added types * fixex * feedback type map fix (#71) * Tool tip on info icon || Aman singh (#73) * tooltip on info icon * added overlay * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * Self call integration v2 | Kunal (#74) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix * slash integration * self call integration * feedback form fixes for self call * updated submodule * web ui library fix * Update src/pages/auth/AuthActions.ts Co-authored-by: Aman Singh <aman.singh@navi.com> * Update src/pages/CaseDetails/feedbackForm/index.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * web ui library fix Co-authored-by: aman.singh <aman.singh@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * max char validation (#75) Max length validation * Tp 10287 waive fee form (#61) * TP-10287 Waive Fee form * TP-10287 Waive Fee form * Chip styling changes | Arpit * fixes * fix * Payment history overlay | Arpit * fixes * update web ui library * added tooltip * TP-10287 send payment link integration * fix * web ui commit * fix * EMI Breakup added | Arpit * changes in index.html * fixes * fixes Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: aman.singh <aman.singh@navi.com> * changing the config file * changed all cases to my cases (#76) * Tp 11811 || Aman Singh (#78) * added tooltip * changed script tag * removed hard coding * removed tool tip and padding issue in feedback form (#79) * TP-10298, TP-10299, TP-11806 - Fixes (#77) * fixes * fix * fixes * Tp 10299 fixes || Aman C (#80) * fixes * fix * fixes * fixes * fix Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * TP-11813 | Getting "Something went wrong" while clicking on notification , from backed "/action" api throwing 400 | Arpit * Comment incorporation | Arpit * Ptp per emi || Aman Singh (#82) * ptp per emi added * removed unused code * Telephones sorted || Aman Singh (#83) * sorted telephones * ts error * added useMemo * index.html changes * Adding field for annual interest rate | Arpit (#87) * fixes (#86) * TP-11889 | On Place of "last Paid date " we are getting "due date" in current due details section | Arpit (#88) * slash integration - call bridge actions, call button || Kunal Sharma (#85) * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * TP-11889 | Bounce fee not present in the EMI breakup | Arpit * telephone score fix (#90) * @TP-11883 adding emi due date and emi amount in more details sections (#91) * TP-11896 | Address source is not showing in Address section of more details page , but from backend we are getting | Arpit (#95) * @TP-11883 adding emi due date and emi amount in more details sections (#93) * Present enach card || Aman Singh (#92) * present enach cards * removed wacher * mandate status added * removed merge conflicts * Communication History tab removal | Arpit (#98) * TP-11847 fix for presented enach (#97) * fix for presented enach * present enach card changes * amount type changed * corner case handeling Co-authored-by: aman.singh <aman.singh@navi.com> * EMI value and EMI end date changes in more details | Arpit (#99) * TP-11878 call history fix for alternate numbers (#96) * TP-11878 call history fix for alternate numbers * Fixed interface names, created proper interface, changed the logic and created the components for CallHistory and removed render functions * added key to right component, defined NO_OF_RECORDS as a constant * TP-11878 fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * date format YYYY (#100) * Slash fixes | Kunal & Herik && AMAN KUMAR SINGH (#101) * fixes for slash * slash fixes * slash fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * TP-11690 latest important feedback (#102) Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com>
2022-11-17 00:37:16 +05:30
"react-hook-form": "7.38.0",
TP-3700 | Conditional Mark-Read and Escape to close chats | Fix infinite scroll (#677) * TP-3700|Kunal|config * logOutHandler updated * Close chats with Escape and mark-read api added conditional calls * es-lint error fixed * Tp 3700/whatsapp fixes infinite scroll (#679) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Tp 3700/whatsapp fixes infinite scroll (#683) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom * Suggestions Added --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Firebase Config file updated * Firebase Config file updated * Firebase Config file updated * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * Comments Resolved * Render Chats render logic and business logic seperated * Initial scroll dependency added * useSelector Destructuring optimised * Scroll Improved * TP-3700|Kunal| resolved PR comments * Render logic updated * TP-3700|Kunal| resolved PR comments * showHandleCurrentChatDeletion flag added in handleKeyPress * KEYBOARD_KEYS enums added and key added in reply text area container * TP-3700|Kunal| resolved PR comments * Code refactored * push removed from redux * Resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com>
2023-12-06 01:09:05 +05:30
"react-infinite-scroller": "1.2.6",
"react-lottie": "^1.2.3",
2022-08-23 13:56:14 +05:30
"react-redux": "^7.2.6",
2022-09-12 14:17:41 +05:30
"react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.5",
"recharts": "^2.5.0",
"redux-persist": "^6.0.0",
Revamp v2 || Aman Singh || Arpit || Kunal || Aman C || Herik (#104) * Alert tag added (#27) * Alert tag added * fix * tag size fix * fixes * Changes for AlertType display in collection-portal | Arpit * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * api config fixes * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * nginx config fixes * endpoint fix * fix * vite config changes (#36) * api config fixes * nginx config fixes * endpoint fix * fix * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * container || Aman Singh, Herik (#34) * container * Update build.yml * container * changed import form notification * removed build job * resolved comments * interpolator for urls * function name changed to interpolatePathParams * interpolatePathParams if variableKey doesn't exist then do nothing * inserted interpolator, and animation false * changed function name * changed spelling * Throw error if valuesObject doesn't have value corresponding to pathParam' * Throw error if valuesObject doesn't have value corresponding to pathParam' * updates 1. styles fixed. 2. loader in white color. 3. TODO comments updated. * persisting api calls on page basis in redux * changed data * added comment * removed inline function * removed extra conditional css * changed spelling * spelling change * changed infoicon dimenshion and removed details from reducer * reload button added * added setup command * added setup in readme.md * update-submodule command added * Update src/pages/CaseDetails/caseDetailsReducer.ts Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * resolved comments * added __internal__lastUpdatedAt in store * changed 404 logic Co-authored-by: Herik Modi <herik.modi@navi.com> * folder structure (#39) * suspense loader and line loader added || Aman Singh (#38) * suspense loader and line loader added * fallback variable change * renamned skeleton.module.scss * added comments * h1 replaced with H1 * h1 replaced with H1 * case detail reducer changes * loader refactor and added loader on overview screen (#41) * added missing features from tab (#42) * TP-10279 Overview section added * fix * fixes * Emi Calendar | Arpit * Dead code remove * TODO comment at constant file. * fixes * fixes * switch fix * QyeryParams added | Emi Calendar * switch fix * fix any types * Removing dead code * File and Folder changes * review comment * fixes * TP-10279 Overview section added (#43) * TP-10279 Overview section added * fix * fixes * fixes * fixes * switch fix * switch fix * fix any types * fixes * Emi schedule tab || Aman singh (#45) * added missing features from tab * header items and modal * removed comments * changes * removed comments * removed comments * removed conflicts * removed conflicts * Merge conflicts (#47) * removed conflicts * removed merge conflicts * emi schedule and back button handling added || Aman Singh (#49) Emi Overdue calculator * merge conflict resolution * Review comment incorporation | Arpit * review style comments incorporation | Arpit * Adiing useCallback | Arpit * TP-10290 Overview section loan details added * EMI Calendar Design and functionality added | Arpit * updates 1. CSS changed for count on pills. 2. Disabled pill for zero count * Navi's New Logo incorporation | Arpit * review comment incorporation | Arpit * updated web-ui-library commit * review comment incorporation | Arpit * Fix for valueGetter | Arpit * More details fixes * Review comment incorporation | Arpit * Review comment incorporation * Fixes for review comments added * TP-10290 more details fixes * Tooltip integration || Aman Singh, Herik (#50) * Initial push for tooltip component * Pseudo code for smart handling * tooltip added and emi breakup * updates 1. triangle color changed to white for emiBreakupTooltip. 2. text align changed to left instead of center. * removed unnecessary packages. * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> * Update src/pages/CaseDetails/actions/casesDetailsActions.ts suggestion commit Co-authored-by: Herik Hiteshkumar Modi <herik.modi@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> * fix * overview emi paid fix * Feedback history table loader added * fix * overview fixes * removing conflicts (#56) removing the conflicts * added svg and removed base64 also changed tab icon * Feedback form || Aman Singh, Kunal Sharma (#53) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> * qa deploy changes (#59) * cosmetic changes (#62) * route change (#65) * changed ref of web-ui-lib (#66) * TP-11411 | Incorrect overdue amount data shown on the EMI schedule page | Arpit * Config changes in index file for server | Arpit * Feedback api corrected || Aman Singh (#68) * provided initial question id * removed unused code * added payment tab * payments tab removed unused code * added types * fixex * feedback type map fix (#71) * Tool tip on info icon || Aman singh (#73) * tooltip on info icon * added overlay * Update src/pages/CaseDetails/components/CaseDetail.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * Self call integration v2 | Kunal (#74) * initial commit * feedback form * feedback form * fixed failing api call and some code refactoring * fixes 1. zIndex for overlay. 2. layout shift for feedback form when feedbackType is selected. 3. Chips fixed with margins and enabled wrapping. * 1. disabling feedback form submit button on loading and when no number is selected 2.FIX - For low resolution screens, it hides the last element behind submit button. * 1.added loader to feedback form 2.changed the close icon for the selected chip * loader fix * loader fix * slash integration * self call integration * feedback form fixes for self call * updated submodule * web ui library fix * Update src/pages/auth/AuthActions.ts Co-authored-by: Aman Singh <aman.singh@navi.com> * Update src/pages/CaseDetails/feedbackForm/index.tsx Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * web ui library fix Co-authored-by: aman.singh <aman.singh@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * max char validation (#75) Max length validation * Tp 10287 waive fee form (#61) * TP-10287 Waive Fee form * TP-10287 Waive Fee form * Chip styling changes | Arpit * fixes * fix * Payment history overlay | Arpit * fixes * update web ui library * added tooltip * TP-10287 send payment link integration * fix * web ui commit * fix * EMI Breakup added | Arpit * changes in index.html * fixes * fixes Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: aman.singh <aman.singh@navi.com> * changing the config file * changed all cases to my cases (#76) * Tp 11811 || Aman Singh (#78) * added tooltip * changed script tag * removed hard coding * removed tool tip and padding issue in feedback form (#79) * TP-10298, TP-10299, TP-11806 - Fixes (#77) * fixes * fix * fixes * Tp 10299 fixes || Aman C (#80) * fixes * fix * fixes * fixes * fix Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> * TP-11813 | Getting "Something went wrong" while clicking on notification , from backed "/action" api throwing 400 | Arpit * Comment incorporation | Arpit * Ptp per emi || Aman Singh (#82) * ptp per emi added * removed unused code * Telephones sorted || Aman Singh (#83) * sorted telephones * ts error * added useMemo * index.html changes * Adding field for annual interest rate | Arpit (#87) * fixes (#86) * TP-11889 | On Place of "last Paid date " we are getting "due date" in current due details section | Arpit (#88) * slash integration - call bridge actions, call button || Kunal Sharma (#85) * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * slash integration - call bridge actions , call button * TP-11889 | Bounce fee not present in the EMI breakup | Arpit * telephone score fix (#90) * @TP-11883 adding emi due date and emi amount in more details sections (#91) * TP-11896 | Address source is not showing in Address section of more details page , but from backend we are getting | Arpit (#95) * @TP-11883 adding emi due date and emi amount in more details sections (#93) * Present enach card || Aman Singh (#92) * present enach cards * removed wacher * mandate status added * removed merge conflicts * Communication History tab removal | Arpit (#98) * TP-11847 fix for presented enach (#97) * fix for presented enach * present enach card changes * amount type changed * corner case handeling Co-authored-by: aman.singh <aman.singh@navi.com> * EMI value and EMI end date changes in more details | Arpit (#99) * TP-11878 call history fix for alternate numbers (#96) * TP-11878 call history fix for alternate numbers * Fixed interface names, created proper interface, changed the logic and created the components for CallHistory and removed render functions * added key to right component, defined NO_OF_RECORDS as a constant * TP-11878 fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * date format YYYY (#100) * Slash fixes | Kunal & Herik && AMAN KUMAR SINGH (#101) * fixes for slash * slash fixes * slash fixes Co-authored-by: Herik Modi <herik.modi@navi.com> * TP-11690 latest important feedback (#102) Co-authored-by: Aman Chaturvedi <aman.chaturvedi@navi.com> Co-authored-by: arpit-agarwal <arpit.agarwal@navi.com> Co-authored-by: Herik Modi <herik.modi@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com>
2022-11-17 00:37:16 +05:30
"style-inject": "^0.3.0",
"terser": "^5.15.1",
"uuid": "9.0.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-minify": "1.5.2",
"wavesurfer.js": "^6.6.3"
2022-08-23 13:56:14 +05:30
},
"devDependencies": {
"@types/chrome": "0.0.203",
TP-3700 | Conditional Mark-Read and Escape to close chats | Fix infinite scroll (#677) * TP-3700|Kunal|config * logOutHandler updated * Close chats with Escape and mark-read api added conditional calls * es-lint error fixed * Tp 3700/whatsapp fixes infinite scroll (#679) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Tp 3700/whatsapp fixes infinite scroll (#683) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom * Suggestions Added --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Firebase Config file updated * Firebase Config file updated * Firebase Config file updated * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * Comments Resolved * Render Chats render logic and business logic seperated * Initial scroll dependency added * useSelector Destructuring optimised * Scroll Improved * TP-3700|Kunal| resolved PR comments * Render logic updated * TP-3700|Kunal| resolved PR comments * showHandleCurrentChatDeletion flag added in handleKeyPress * KEYBOARD_KEYS enums added and key added in reply text area container * TP-3700|Kunal| resolved PR comments * Code refactored * push removed from redux * Resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com>
2023-12-06 01:09:05 +05:30
"@types/css-modules": "1.0.4",
2022-08-23 13:56:14 +05:30
"@types/enzyme": "^3.10.11",
"@types/jest": "^27.4.0",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-google-recaptcha": "2.1.5",
2022-08-23 13:56:14 +05:30
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-react": "4.0.3",
2022-08-23 13:56:14 +05:30
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
2022-10-05 15:07:43 +05:30
"ag-grid-community": "^28.1.1",
"ag-grid-react": "^28.1.1",
2022-08-23 13:56:14 +05:30
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.10.2",
"husky": "^8.0.0",
2022-08-23 13:56:14 +05:30
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"lint-staged": "13.0.3",
"minimist": "^1.2.6",
"node-sass": "9.0.0",
"postcss": "^8.4.31",
2022-08-23 13:56:14 +05:30
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"prettier": "^2.5.1",
"rollup-plugin-visualizer": "5.8.0",
"sass": "^1.54.5",
"tailwind": "^4.0.0",
"tailwindcss": "^3.3.5",
2022-08-23 13:56:14 +05:30
"ts-jest": "^27.1.3",
TP-3700 | Conditional Mark-Read and Escape to close chats | Fix infinite scroll (#677) * TP-3700|Kunal|config * logOutHandler updated * Close chats with Escape and mark-read api added conditional calls * es-lint error fixed * Tp 3700/whatsapp fixes infinite scroll (#679) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Tp 3700/whatsapp fixes infinite scroll (#683) * whitelisted| Aman Singh (#670) * added check| Aman Singh (#672) * Senior team lead (#673) * added check| Aman Singh * added check| Aman Singh * TP-000 | Agency Mapping Pincode Changes (#671) * disable cosomos nudge in impersonation mode (#674) * TP-3700|Kunal|config (#669) * TP-3700|Kunal|config * logOutHandler updated --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal|config * Pop drilling prevented, Types defined for actions, infinite scroll changed with infinite-scroll-library * Feedback Form Updated * TP-3700|Kunal|config * TP-3700|Kunal|config * Map logic implimented in message * Scrolled to bottom when last message was at bottom * Suggestions Added --------- Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> Co-authored-by: Kunal Sharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * Firebase Config file updated * Firebase Config file updated * Firebase Config file updated * TP-3700|Kunal|config * TP-3700|Kunal|config * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments * Comments Resolved * Render Chats render logic and business logic seperated * Initial scroll dependency added * useSelector Destructuring optimised * Scroll Improved * TP-3700|Kunal| resolved PR comments * Render logic updated * TP-3700|Kunal| resolved PR comments * showHandleCurrentChatDeletion flag added in handleKeyPress * KEYBOARD_KEYS enums added and key added in reply text area container * TP-3700|Kunal| resolved PR comments * Code refactored * push removed from redux * Resolved PR comments * TP-3700|Kunal| resolved PR comments * TP-3700|Kunal| resolved PR comments --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Aman Singh <aman.singh@navi.com> Co-authored-by: Mantri Ramkishor <mantri.ramkishor@navi.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com>
2023-12-06 01:09:05 +05:30
"tsc-files": "1.1.4",
2022-08-23 13:56:14 +05:30
"typescript": "^4.5.4",
"vite": "4.4.7",
Kunal|Fcm integration (#318) * TP-22003|Kunal| incident 12018 fix , add customer interaction fix * TP-22003|Kunal| FCM integration * TP-22003|Kunal| added mkcert vite plugin dev dependency * TP-22003|Kunal| added fcmtoken in verfiyV2 api * TP-22003|Kunal|added onMessage function to app.tsx * TP-22003|Kunal| FCM integration working * TP-22003|Kunal| FCM NOTIFICATIONS FULL INTEGRATION _/\_ * TP-22003| copy firebase-sw to dist, timestamp in index.html for firebase-sw, buildTime hydration to replace __BUILD_TIME__ | Herik * TP-22003| copy firebase sw in build | Herik * TP-22003| path changed for firebase-sw | Herik * TP-22003| removed timestamp from firebase-sw index.html | Herik * TP-22003| imporScripts fix | Herik * TP-22003|Kunal| added self.importScripts in firebase-messaging-sw.js and console logs in getFCMToken * TP-22003| log fcmVapidKey, currentToken in firebase.ts | Herik * TP-22003| compat scripts | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003| Check for imporScripts function type | Herik * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| console logs for getFCMtoken * TP-22003|Kunal| added firebase scripts in index.html * TP-22003|Kunal| change firebase config in firebase-messaging-sw.js * TP-22003|Kunal| added fcm token in session exchange api * TP-22003|Kunal| added notification permission checks * TP-22003|Kunal| added notification permission screen * TP-22003|Kunal| added text constants on PermissionsScreen.tsx * TP-22003|Kunal| fcm notificaiton blocker overlay * TP-22003|Kunal| removed console logs Co-authored-by: Herik Modi <herik.modi@navi.com>
2023-05-11 22:53:18 +05:30
"vite-plugin-mkcert": "^1.14.0",
"vite-tsconfig-paths": "^3.5.1"
2022-08-23 13:56:14 +05:30
},
"engines": {
"npm": ">=6.14.15",
"node": ">=12.2.0"
TP-3700 | whatsapp boilerplate (#615) * TP-3700 | whatsapp boilerplate * TP-3700 | message boilerplate * TP-3700 | msw integration * Submodules Updated * TP-3700/anshuman_dev_changes (#640) * TP-3700|Kunal|created chat list component * TP-3700|Kunal|added chatlist component skeletal * Chat Message Component Created * TP-3700 | created customer info, chat list and reply widget * Empty Screen Error Pages Added * Color Variables Added In Root * Reload underline adjusted * Submodule Updated * Fixed Comments * typography text changed to h4 for error page * Reload Link URL Styles Updated * Typography Added for text style --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> * TP-3700/anshuman_dev (#657) * TP-3700|Kunal|created chat list component * TP-3700|Kunal|added chatlist component skeletal * Chat Message Component Created * TP-3700 | created customer info, chat list and reply widget * Empty Screen Error Pages Added * Color Variables Added In Root * Reload underline adjusted * TP-3700|Kunal|[WIP] added firebase database * Submodule Updated * Fixed Comments * typography text changed to h4 for error page * Reload Link URL Styles Updated * Typography Added for text style * TP-3700|Kunal|WHATSAPP- added types , firebase utils , chat buckets * TP-3700|Kunal|WHATSAPP- added types , firebase utils , chat buckets * Submodule updated * TP-3700|Kunal|merged with firebase utils , chatlist and refactored slice * TP-3700|Kunal|merged with firebase utils , chatlist and refactored slice * TP-3700|Kunal|added chat selection logic (#646) * TP-3700|Kunal|added chat selection logic * TP-3700|Kunal|added chat selection logic * TP-3700|Kunal|[wip]added chatsTagsIconsMap * TP-3700|Kunal|added tag icons and time diff utils * TP-1|Kunal|added first interaction fix * Chat Loading Integreated * TP-1|Kunal|added first interaction fix * TP-3700|Kunal|added fuzzysort in whatsapp chat * Merged Changes * Send Msg With Enter added and Chat Details Added with API * Current DPD added in CustomerInfoHeader and disable chat integrated after 24 hours of interaction with user * Chat Loader Added and Chat open state persisted using local storage * Disable Button Styles Corrected * Empty Msgs removed from chat screen * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * Tag Fixed * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling * Error Icons modified, Popoup screen Added, Ofline handler added in local storage (#663) Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> * TP-3700|Kunal|added image handling * TP-3700|Kunal|added image handling --------- Co-authored-by: kunalsharma <kunal.sharma@navi.com> Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Varnit Goyal <varnit.goyal@navi.com> --------- Co-authored-by: Anshuman Rai <anshuman.navi@gmail.com> Co-authored-by: Anshuman Rai <anshuman.rai@navi.com> Co-authored-by: kunalsharma <kunal.sharma@navi.com>
2023-11-23 00:21:03 +05:30
},
"msw": {
"workerDirectory": "public"
2022-08-23 13:56:14 +05:30
}
}