Commits on Source (10)
-
Bastien DUMONT authored
-
Bastien DUMONT authored
refactor(redux-rtk): profile See merge request !966
-
Rémi PAILHAREY authored
-
Rémi PAILHAREY authored
feat(analysis): incomplete data warning See merge request !975
-
Bastien DUMONT authored
-
Bastien DUMONT authored
refactor(tests): setup common mocks See merge request !961
-
Bastien DUMONT authored
-
Bastien DUMONT authored
chore(deps): add classnames See merge request !983
-
Rémi PAILHAREY authored
-
Rémi PAILHAREY authored
Resolve "BUG - Lancement connecteur KO" See merge request !977
Showing
- .vscode/settings.json 1 addition, 0 deletions.vscode/settings.json
- jest.config.js 1 addition, 1 deletionjest.config.js
- package.json 3 additions, 1 deletionpackage.json
- src/assets/icons/ico/warning-dark.svg 3 additions, 0 deletionssrc/assets/icons/ico/warning-dark.svg
- src/components/Action/ActionBegin/ActionBegin.spec.tsx 4 additions, 24 deletionssrc/components/Action/ActionBegin/ActionBegin.spec.tsx
- src/components/Action/ActionBegin/__snapshots__/ActionBegin.spec.tsx.snap 3 additions, 3 deletions...ction/ActionBegin/__snapshots__/ActionBegin.spec.tsx.snap
- src/components/Action/ActionCard/ActionCard.spec.tsx 2 additions, 16 deletionssrc/components/Action/ActionCard/ActionCard.spec.tsx
- src/components/Action/ActionChoose/ActionChoose.spec.tsx 3 additions, 11 deletionssrc/components/Action/ActionChoose/ActionChoose.spec.tsx
- src/components/Action/ActionDone/ActionDone.spec.tsx 5 additions, 17 deletionssrc/components/Action/ActionDone/ActionDone.spec.tsx
- src/components/Action/ActionList/ActionList.spec.tsx 7 additions, 15 deletionssrc/components/Action/ActionList/ActionList.spec.tsx
- src/components/Action/ActionModal/ActionModal.spec.tsx 5 additions, 12 deletionssrc/components/Action/ActionModal/ActionModal.spec.tsx
- src/components/Action/ActionOnGoing/ActionOnGoing.spec.tsx 0 additions, 14 deletionssrc/components/Action/ActionOnGoing/ActionOnGoing.spec.tsx
- src/components/Action/ActionView.spec.tsx 0 additions, 10 deletionssrc/components/Action/ActionView.spec.tsx
- src/components/Analysis/AnalysisView.spec.tsx 2 additions, 10 deletionssrc/components/Analysis/AnalysisView.spec.tsx
- src/components/Analysis/AnalysisView.tsx 2 additions, 6 deletionssrc/components/Analysis/AnalysisView.tsx
- src/components/Analysis/ElecHalfHourMonthlyAnalysis/ElecHalfHourChart.spec.tsx 3 additions, 10 deletions...is/ElecHalfHourMonthlyAnalysis/ElecHalfHourChart.spec.tsx
- src/components/Analysis/ElecHalfHourMonthlyAnalysis/ElecHalfHourMonthlyAnalysis.spec.tsx 12 additions, 25 deletions...fHourMonthlyAnalysis/ElecHalfHourMonthlyAnalysis.spec.tsx
- src/components/Analysis/ElecHalfHourMonthlyAnalysis/ElecInfoModal.spec.tsx 0 additions, 6 deletions...alysis/ElecHalfHourMonthlyAnalysis/ElecInfoModal.spec.tsx
- src/components/Analysis/IncompleteDataWarning/IncompleteDataWarning.spec.tsx 15 additions, 0 deletions...ysis/IncompleteDataWarning/IncompleteDataWarning.spec.tsx
- src/components/Analysis/IncompleteDataWarning/IncompleteDataWarning.tsx 38 additions, 0 deletions.../Analysis/IncompleteDataWarning/IncompleteDataWarning.tsx
... | ... | @@ -53,6 +53,7 @@ |
"@sentry/react": "^7.21.1", | ||
"@sentry/tracing": "^7.21.1", | ||
"@simbathesailor/use-what-changed": "^2.0.0", | ||
"classnames": "^2.3.2", | ||
"cozy-bar": "8.15.0", | ||
"cozy-client": "35.6.0", | ||
"cozy-device-helper": ">=2.1.0", | ||
... | ... | @@ -82,14 +83,15 @@ |
"react-swipeable-views": "0.14.0", | ||
"redux-devtools-extension": "^2.13.8", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.4.2", | ||
"xlsx": "^0.18.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.7.4", | ||
"@testing-library/react-hooks": "^8.0.0", | ||
"@types/classnames": "^2.2.10", | ||
"@types/d3": "^6.0.0", | ||
"@types/enzyme": "^3.10.8", | ||
"@types/enzyme-adapter-react-16": "^1.0.6", | ||
"@types/file-saver": "^2.0.5", | ||
"@types/history": "^5.0.0", | ||
"@types/jest": "^29.4.0", | ||
... | ... |
src/assets/icons/ico/warning-dark.svg
0 → 100644