Commits on Source (13)
-
Chif Gergő authored
-
Chif Gergő authored
-
Chif Gergő authored
-
Chif Gergő authored
-
Chif Gergő authored
-
Chif Gergő authored
-
Chif Gergő authored
-
Chif Gergő authored
-
Chif Gergő authored
-
Chif Gergő authored
-
Rafael László authored
-
Rafael László authored
Authentication See merge request !17
-
Rafael László authored
Showing
- package-lock.json 19474 additions, 2094 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/App.tsx 16 additions, 9 deletionssrc/App.tsx
- src/Routes.tsx 4 additions, 0 deletionssrc/Routes.tsx
- src/client/auth.ts 29 additions, 22 deletionssrc/client/auth.ts
- src/components/Header.tsx 21 additions, 22 deletionssrc/components/Header.tsx
- src/components/ProfileButton.tsx 0 additions, 22 deletionssrc/components/ProfileButton.tsx
- src/components/ProfileForm.tsx 101 additions, 0 deletionssrc/components/ProfileForm.tsx
- src/components/ProfileModal.tsx 0 additions, 77 deletionssrc/components/ProfileModal.tsx
- src/components/RememberMe.tsx 28 additions, 0 deletionssrc/components/RememberMe.tsx
- src/components/StyledTextField.tsx 27 additions, 0 deletionssrc/components/StyledTextField.tsx
- src/context/UserContext.tsx 11 additions, 6 deletionssrc/context/UserContext.tsx
- src/hooks/useLogin.ts 0 additions, 8 deletionssrc/hooks/useLogin.ts
- src/hooks/useMe.tsx 9 additions, 0 deletionssrc/hooks/useMe.tsx
- src/hooks/useRegister.ts 11 additions, 0 deletionssrc/hooks/useRegister.ts
- src/pages/Page.tsx 7 additions, 5 deletionssrc/pages/Page.tsx
- src/pages/RegisterPage.tsx 11 additions, 0 deletionssrc/pages/RegisterPage.tsx
- src/setupProxy.js 1 addition, 1 deletionsrc/setupProxy.js
- src/types/Profile.ts 1 addition, 7 deletionssrc/types/Profile.ts
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | @@ -49,6 +49,7 @@ | ... | @@ -49,6 +49,7 @@ |
"@material-ui/icons": "^4.11.2", | "@material-ui/icons": "^4.11.2", | ||
"@types/lodash": "^4.14.168", | "@types/lodash": "^4.14.168", | ||
"axios": "^0.21.1", | "axios": "^0.21.1", | ||
"formik": "^2.2.9", | |||
"http-proxy-middleware": "^1.0.6", | "http-proxy-middleware": "^1.0.6", | ||
"lodash": "^4.17.20", | "lodash": "^4.17.20", | ||
"react": "^16.14.0", | "react": "^16.14.0", | ||
... | ... |
src/components/ProfileButton.tsx
deleted
100644 → 0
src/components/ProfileForm.tsx
0 → 100644
src/components/ProfileModal.tsx
deleted
100644 → 0
src/components/RememberMe.tsx
0 → 100644
src/components/StyledTextField.tsx
0 → 100644
src/hooks/useLogin.ts
deleted
100644 → 0
src/hooks/useMe.tsx
0 → 100644
src/hooks/useRegister.ts
0 → 100644
src/pages/RegisterPage.tsx
0 → 100644