Merge branch 'frontend-devel' into devel
No related branches found
No related tags found
Showing
- client/public/index.html 1 addition, 1 deletionclient/public/index.html
- client/src/App.tsx 5 additions, 9 deletionsclient/src/App.tsx
- client/src/adapters/api.ts 0 additions, 1 deletionclient/src/adapters/api.ts
- client/src/adapters/auth.ts 93 additions, 0 deletionsclient/src/adapters/auth.ts
- client/src/adapters/constants.ts 0 additions, 3 deletionsclient/src/adapters/constants.ts
- client/src/adapters/user.ts 13 additions, 0 deletionsclient/src/adapters/user.ts
- client/src/components/forms/ContactForm/contact-form.scss 27 additions, 0 deletionsclient/src/components/forms/ContactForm/contact-form.scss
- client/src/components/forms/ContactForm/index.tsx 58 additions, 0 deletionsclient/src/components/forms/ContactForm/index.tsx
- client/src/components/forms/LoginForm/index.tsx 40 additions, 0 deletionsclient/src/components/forms/LoginForm/index.tsx
- client/src/components/forms/LoginForm/login-form.scss 9 additions, 0 deletionsclient/src/components/forms/LoginForm/login-form.scss
- client/src/components/forms/RegisterForm/index.tsx 83 additions, 0 deletionsclient/src/components/forms/RegisterForm/index.tsx
- client/src/components/forms/RegisterForm/register-form.scss 10 additions, 0 deletionsclient/src/components/forms/RegisterForm/register-form.scss
- client/src/components/graphs/LineGraph/index.tsx 15 additions, 0 deletionsclient/src/components/graphs/LineGraph/index.tsx
- client/src/components/helpers/LoginRoute.tsx 21 additions, 0 deletionsclient/src/components/helpers/LoginRoute.tsx
- client/src/components/helpers/ProtectedRoute.tsx 17 additions, 0 deletionsclient/src/components/helpers/ProtectedRoute.tsx
- client/src/components/helpers/Rerouters/LoginRoute.tsx 0 additions, 19 deletionsclient/src/components/helpers/Rerouters/LoginRoute.tsx
- client/src/components/helpers/Rerouters/ProtectedRoute.tsx 0 additions, 32 deletionsclient/src/components/helpers/Rerouters/ProtectedRoute.tsx
- client/src/components/ui/Button/button.scss 11 additions, 12 deletionsclient/src/components/ui/Button/button.scss
- client/src/components/ui/Header/header.scss 41 additions, 1 deletionclient/src/components/ui/Header/header.scss
- client/src/components/ui/Header/index.tsx 21 additions, 7 deletionsclient/src/components/ui/Header/index.tsx
client/src/adapters/api.ts
deleted
100644 → 0
client/src/adapters/auth.ts
0 → 100644
client/src/adapters/constants.ts
deleted
100644 → 0
client/src/adapters/user.ts
0 → 100644
client/src/components/helpers/LoginRoute.tsx
0 → 100644
Please register or sign in to comment