Commits on Source (6)
-
Bastien DUMONT authored
-
Bastien DUMONT authored
-
Bastien DUMONT authored
feat(forms): re-use user values See merge request !1253
-
Bastien DUMONT authored
-
Bastien DUMONT authored
chore(lint): add react plugin & enable recommended rules See merge request !1254
-
Bastien DUMONT authored
chore(mails): enable mails in local See merge request !1251
Showing
- .eslintrc.js 17 additions, 1 deletion.eslintrc.js
- package.json 1 addition, 0 deletionspackage.json
- src/components/Challenge/ChallengeCard/ChallengeCard.tsx 1 addition, 0 deletionssrc/components/Challenge/ChallengeCard/ChallengeCard.tsx
- src/components/Challenge/ChallengeCard/__snapshots__/ChallengeCard.spec.tsx.snap 1 addition, 0 deletions...e/ChallengeCard/__snapshots__/ChallengeCard.spec.tsx.snap
- src/components/Connection/ExpiredConsentModal/ExpiredConsentModal.spec.tsx 1 addition, 1 deletion...nnection/ExpiredConsentModal/ExpiredConsentModal.spec.tsx
- src/components/Connection/ExpiredConsentModal/ExpiredConsentModal.tsx 3 additions, 25 deletions...ts/Connection/ExpiredConsentModal/ExpiredConsentModal.tsx
- src/components/Connection/GRDFConnect/GrdfConnectView.tsx 46 additions, 23 deletionssrc/components/Connection/GRDFConnect/GrdfConnectView.tsx
- src/components/Connection/SGEConnect/SgeConnectView.spec.tsx 18 additions, 14 deletionssrc/components/Connection/SGEConnect/SgeConnectView.spec.tsx
- src/components/Connection/SGEConnect/SgeConnectView.tsx 62 additions, 43 deletionssrc/components/Connection/SGEConnect/SgeConnectView.tsx
- src/components/Connection/SGEConnect/StepAddress.spec.tsx 6 additions, 12 deletionssrc/components/Connection/SGEConnect/StepAddress.spec.tsx
- src/components/Connection/SGEConnect/StepConsent.spec.tsx 3 additions, 11 deletionssrc/components/Connection/SGEConnect/StepConsent.spec.tsx
- src/components/Connection/SGEConnect/StepIdentityAndPdl.spec.tsx 5 additions, 14 deletions...ponents/Connection/SGEConnect/StepIdentityAndPdl.spec.tsx
- src/components/Connection/SGEConnect/__snapshots__/StepAddress.spec.tsx.snap 4 additions, 4 deletions...ection/SGEConnect/__snapshots__/StepAddress.spec.tsx.snap
- src/components/Connection/useForm.tsx 67 additions, 0 deletionssrc/components/Connection/useForm.tsx
- src/components/Ecogesture/EcogestureTabsView.tsx 1 addition, 1 deletionsrc/components/Ecogesture/EcogestureTabsView.tsx
- src/components/Konnector/ConnectionResult/ConnectionResult.tsx 2 additions, 25 deletions...omponents/Konnector/ConnectionResult/ConnectionResult.tsx
- src/components/Options/ExportData/Modals/exportLoadingModal.tsx 13 additions, 10 deletions...mponents/Options/ExportData/Modals/exportLoadingModal.tsx
- src/components/Options/MatomoOptOut/MatomoOptOut.tsx 1 addition, 0 deletionssrc/components/Options/MatomoOptOut/MatomoOptOut.tsx
- src/components/Options/MatomoOptOut/__snapshots__/MatomoOptOut.spec.tsx.snap 1 addition, 0 deletions...ons/MatomoOptOut/__snapshots__/MatomoOptOut.spec.tsx.snap
- src/components/Options/__snapshots__/OptionsView.spec.tsx.snap 1 addition, 0 deletions...omponents/Options/__snapshots__/OptionsView.spec.tsx.snap
... | ... | @@ -80,6 +80,7 @@ |
}, | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.7.4", | ||
"@eslint-react/eslint-plugin": "^1.14.3", | ||
"@testing-library/dom": "^9.3.3", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^14.3.0", | ||
... | ... |
src/components/Connection/useForm.tsx
0 → 100644