Files
collection-portal/postcss.config.js
Varnit Goyal f634c03f9d TP-00000 | agency pincode pincode (#658)
* TP-00000 | agency pincode pincode

* Agency pincode mapping

* Agency pincode mapping

* merged with master

* merged with master

* whitelisted pincode mapping path

* whitelisted pincode mapping path

* TP-39877 | Agency selection on drawer, serviceability download on drawer, decouple flow from filter and drawer | Herik

* Updates - Varnit
1. Tooltip fixed.
2. cursor pointer for buttons
3. Malformed files sanity
4. alert to toast for invalid file extension

* Max file size toast, alert to toast

* Role based sidenav for pincode screen, submit button at top instead of bottom fixed

* Disable states for submit button, agency dropdown enabled for specific events

* Hide Sample CSV on successful upload

* collection portal update

* remove agency restrictions on all pincode and sample csv download

* remove agency restrictions on all pincode and sample csv download

* fixed csv download and filter clean

* changed text for validated changes

* max number of records

* cancel polling if cancel button is cllicked

---------

Co-authored-by: Herik Modi <herik.modi@navi.com>
2023-11-21 08:54:30 +05:30

10 lines
154 B
JavaScript

/* eslint-disable */
module.exports = {
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {},
'postcss-nested': {}
}
};