2022-08-23 13:56:14 +05:30
|
|
|
{
|
|
|
|
|
"name": "collections-portal",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"scripts": {
|
2023-03-29 16:10:42 +05:30
|
|
|
"makeVersion": "node make_versions.js > dist/version.txt",
|
2022-09-08 18:41:19 +05:30
|
|
|
"start": "vite",
|
2022-09-06 13:07:18 +05:30
|
|
|
"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",
|
2023-05-11 22:53:18 +05:30
|
|
|
"copy-firebase-sw": "cp firebase-messaging-sw.js dist/firebase-messaging-sw.js",
|
2022-12-22 18:15:10 +05:30
|
|
|
"build": "npm run clean && vite build && npm run copy-mocks && npm run copy-config",
|
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}\"",
|
2023-11-15 18:57:57 +05:30
|
|
|
"lint:quiet": "yarn lint --quiet",
|
2022-08-23 13:56:14 +05:30
|
|
|
"prettier-check": "prettier --check \"./**/*.{js,jsx,ts,tsx,css,scss,md}\"",
|
2023-11-15 18:57:57 +05:30
|
|
|
"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",
|
2022-09-08 18:41:19 +05:30
|
|
|
"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": {
|
2025-01-03 17:36:49 +05:30
|
|
|
"@cybertron/core": "^1.0.4",
|
2025-01-13 18:24:23 +05:30
|
|
|
"@cybertron/logger": "1.0.15",
|
2024-07-03 13:23:32 +05:30
|
|
|
"@draft-js-plugins/emoji": "4.0.0",
|
2022-08-23 13:56:14 +05:30
|
|
|
"@elastic/apm-rum": "^5.10.2",
|
2022-10-05 15:07:43 +05:30
|
|
|
"@fingerprintjs/fingerprintjs": "^3.3.3",
|
2023-09-29 11:04:45 +05:30
|
|
|
"@floating-ui/dom": "1.5.3",
|
|
|
|
|
"@floating-ui/react": "0.25.4",
|
2023-11-22 19:43:04 +05:30
|
|
|
"@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",
|
2023-08-08 18:54:34 +05:30
|
|
|
"@googlemaps/js-api-loader": "^1.16.2",
|
2024-07-22 19:30:52 +05:30
|
|
|
"@monaco-editor/react": "^4.6.0",
|
2024-12-31 16:31:27 +05:30
|
|
|
"@navi/alfred-session-recorder": "^1.6.6",
|
2024-11-06 19:32:51 +05:30
|
|
|
"@navi/cybertron-vite-sourcemap-uploader": "^2.0.0",
|
2022-08-23 13:56:14 +05:30
|
|
|
"@reduxjs/toolkit": "^1.7.2",
|
2025-01-03 17:36:49 +05:30
|
|
|
"@sentry/browser": "8.47.0",
|
2024-09-27 18:57:28 +05:30
|
|
|
"@tanstack/react-table": "8.20.5",
|
2024-07-22 19:30:52 +05:30
|
|
|
"@types/d3": "^7.4.3",
|
2024-07-03 13:23:32 +05:30
|
|
|
"@types/draft-js": "^0.11.18",
|
2024-11-06 19:32:51 +05:30
|
|
|
"@types/git-rev-sync": "^2.0.2",
|
2023-04-25 00:09:06 +05:30
|
|
|
"@types/highcharts": "^7.0.0",
|
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",
|
2023-08-23 16:47:56 +05:30
|
|
|
"@types/uuid": "^9.0.2",
|
2025-03-28 15:36:19 +05:30
|
|
|
"@universal-call-sdk/adapter-ameyo": "1.3.3",
|
|
|
|
|
"@universal-call-sdk/core": "1.3.3",
|
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",
|
2023-11-21 08:54:30 +05:30
|
|
|
"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",
|
2024-07-09 19:32:27 +05:30
|
|
|
"comlink": "4.4.1",
|
2024-04-22 08:48:40 +05:30
|
|
|
"crypto-js": "^4.2.0",
|
2024-07-22 19:30:52 +05:30
|
|
|
"d3": "^7.9.0",
|
2023-08-08 18:54:34 +05:30
|
|
|
"dayjs": "^1.11.9",
|
2024-07-03 13:23:32 +05:30
|
|
|
"draft-js": "^0.11.7",
|
|
|
|
|
"draft-js-export-markdown": "^1.4.0",
|
|
|
|
|
"draft-js-import-markdown": "^1.4.1",
|
2023-05-11 22:53:18 +05:30
|
|
|
"firebase": "^8.8.0",
|
2024-11-06 19:32:51 +05:30
|
|
|
"git-rev-sync": "^3.0.2",
|
2023-04-25 00:09:06 +05:30
|
|
|
"highcharts": "^10.3.3",
|
|
|
|
|
"highcharts-react": "^0.0.3",
|
|
|
|
|
"highcharts-react-official": "^3.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": "^2.0.0",
|
2022-08-23 13:56:14 +05:30
|
|
|
"react": "^17.0.2",
|
|
|
|
|
"react-dom": "^17.0.2",
|
2023-07-03 18:27:59 +05:30
|
|
|
"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",
|
2023-12-06 01:09:05 +05:30
|
|
|
"react-infinite-scroller": "1.2.6",
|
2024-07-22 19:30:52 +05:30
|
|
|
"react-json-view": "^1.21.3",
|
2024-01-03 00:29:12 +05:30
|
|
|
"react-lottie": "^1.2.3",
|
2024-12-31 16:31:27 +05:30
|
|
|
"react-pdf": "^9.2.1",
|
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",
|
2024-07-22 19:30:52 +05:30
|
|
|
"react-split": "^2.0.14",
|
2022-10-09 11:54:05 +05:30
|
|
|
"react-transition-group": "^4.4.5",
|
2024-10-29 18:01:50 +05:30
|
|
|
"react-window": "^1.8.10",
|
2023-04-15 16:56:43 +05:30
|
|
|
"recharts": "^2.5.0",
|
2023-05-24 20:05:57 +05:30
|
|
|
"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",
|
2024-11-19 20:32:02 +05:30
|
|
|
"uuid": "^11.0.3",
|
2023-08-08 18:54:34 +05:30
|
|
|
"vite-plugin-html": "^3.2.0",
|
2023-05-13 18:28:47 +05:30
|
|
|
"vite-plugin-minify": "1.5.2",
|
|
|
|
|
"wavesurfer.js": "^6.6.3"
|
2022-08-23 13:56:14 +05:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-12-22 18:15:10 +05:30
|
|
|
"@types/chrome": "0.0.203",
|
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",
|
2024-11-18 18:28:29 +05:30
|
|
|
"@types/lodash.throttle": "^4.1.9",
|
2022-08-30 12:33:32 +05:30
|
|
|
"@types/react": "18.0.17",
|
|
|
|
|
"@types/react-dom": "18.0.6",
|
2023-07-03 18:27:59 +05:30
|
|
|
"@types/react-google-recaptcha": "2.1.5",
|
2024-01-25 09:35:44 +05:30
|
|
|
"@types/react-lottie": "^1.2.10",
|
2024-10-29 18:01:50 +05:30
|
|
|
"@types/react-window": "^1.8.8",
|
2022-08-23 13:56:14 +05:30
|
|
|
"@typescript-eslint/eslint-plugin": "^5.11.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.11.0",
|
2023-08-08 18:54:34 +05:30
|
|
|
"@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",
|
2023-03-29 16:10:42 +05:30
|
|
|
"eslint-plugin-testing-library": "^5.10.2",
|
2022-08-30 12:33:32 +05:30
|
|
|
"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",
|
2023-08-08 18:54:34 +05:30
|
|
|
"node-sass": "9.0.0",
|
2023-11-21 08:54:30 +05:30
|
|
|
"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",
|
2022-09-06 13:07:18 +05:30
|
|
|
"rollup-plugin-visualizer": "5.8.0",
|
2022-09-01 14:00:44 +05:30
|
|
|
"sass": "^1.54.5",
|
2023-11-21 08:54:30 +05:30
|
|
|
"tailwind": "^4.0.0",
|
|
|
|
|
"tailwindcss": "^3.3.5",
|
2022-08-23 13:56:14 +05:30
|
|
|
"ts-jest": "^27.1.3",
|
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",
|
2023-08-08 18:54:34 +05:30
|
|
|
"vite": "4.4.7",
|
2025-01-23 19:08:03 +05:30
|
|
|
"vite-plugin-chunk-split": "^0.5.0",
|
2023-05-11 22:53:18 +05:30
|
|
|
"vite-plugin-mkcert": "^1.14.0",
|
2022-12-22 18:15:10 +05:30
|
|
|
"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"
|
2024-01-03 07:51:34 +05:30
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"react-lottie": {
|
|
|
|
|
"react": "^0.14.7 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
|
|
|
}
|
2022-08-23 13:56:14 +05:30
|
|
|
}
|
|
|
|
|
}
|