fix(export): bug on export (#154)
- the count control was invalid. - use of date-fns to lighten the memory used - message on the UI when the limit is reached - LIMIT_EXPORT move in config.js to easily modify it for both UI and API
Showing
... | ... | @@ -31,6 +31,7 @@ |
"@socialgouv/bootstrap.core": "^0.2.1", | ||
"@socialgouv/jours-feries": "^2.0.0", | ||
"bcryptjs": "^2.4.3", | ||
"date-fns": "^2.22.1", | ||
"exceljs": "^4.2.1", | ||
"file-saver": "^2.0.5", | ||
"isomorphic-unfetch": "^3.1.0", | ||
... | ... |