-
- Downloads
Merge branch 'dev' into 'master'
Basic form api and implement cookie entrypoint See merge request !13
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- README.md 1 addition, 0 deletionsREADME.md
- package.json 4 additions, 0 deletionspackage.json
- src/App.tsx 9 additions, 7 deletionssrc/App.tsx
- src/components/AuthUser/AuthUser.tsx 8 additions, 3 deletionssrc/components/AuthUser/AuthUser.tsx
- src/components/AuthUser/SignInForm/InputField.tsx 46 additions, 0 deletionssrc/components/AuthUser/SignInForm/InputField.tsx
- src/components/AuthUser/SignInForm/SignInForm.tsx 77 additions, 55 deletionssrc/components/AuthUser/SignInForm/SignInForm.tsx
- src/components/HomePage/HomePage.tsx 104 additions, 0 deletionssrc/components/HomePage/HomePage.tsx
- src/components/LandingPage/LandingPage.tsx 41 additions, 0 deletionssrc/components/LandingPage/LandingPage.tsx
- src/components/LandingPage/TeamPage.tsx 86 additions, 0 deletionssrc/components/LandingPage/TeamPage.tsx
- src/components/LandingPage/assets/alberto.png 0 additions, 0 deletionssrc/components/LandingPage/assets/alberto.png
- src/components/LandingPage/assets/logo04Circle.png 0 additions, 0 deletionssrc/components/LandingPage/assets/logo04Circle.png
- src/components/LandingPage/assets/pp.jpg 0 additions, 0 deletionssrc/components/LandingPage/assets/pp.jpg
- src/index.css 0 additions, 13 deletionssrc/index.css
- src/index.tsx 8 additions, 2 deletionssrc/index.tsx
- src/intl/en.json 6 additions, 0 deletionssrc/intl/en.json
- yarn.lock 117 additions, 5 deletionsyarn.lock
... | ... | @@ -3,6 +3,7 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@hookform/devtools": "^2.2.1", | ||
"@material-ui/core": "^4.11.3", | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | ||
... | ... | @@ -12,10 +13,13 @@ |
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react-router-dom": "^5.1.7", | ||
"axios": "^0.21.1", | ||
"docz": "^2.3.1", | ||
"eslint-config-airbnb-typescript": "^12.3.1", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-hook-form": "^6.15.5", | ||
"react-intl": "^5.15.5", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "4.0.3", | ||
"typescript": "^4.1.2" | ||
... | ... |
src/components/HomePage/HomePage.tsx
0 → 100644
src/components/LandingPage/LandingPage.tsx
0 → 100644
src/components/LandingPage/TeamPage.tsx
0 → 100644
21.7 KiB
60.3 KiB
src/components/LandingPage/assets/pp.jpg
0 → 100644
28.9 KiB
src/index.css
deleted
100644 → 0
src/intl/en.json
0 → 100644