Added some error handling
Showing
- client/src/App.tsx 3 additions, 2 deletionsclient/src/App.tsx
- client/src/adapters/auth.ts 1 addition, 1 deletionclient/src/adapters/auth.ts
- client/src/components/forms/MemberForm/index.tsx 6 additions, 2 deletionsclient/src/components/forms/MemberForm/index.tsx
- client/src/components/forms/ProjectForm/index.tsx 23 additions, 24 deletionsclient/src/components/forms/ProjectForm/index.tsx
- client/src/components/forms/UserForm/index.tsx 0 additions, 1 deletionclient/src/components/forms/UserForm/index.tsx
- client/src/components/helpers/LoginRoute.tsx 1 addition, 3 deletionsclient/src/components/helpers/LoginRoute.tsx
- client/src/components/helpers/ProtectedRoute.tsx 30 additions, 21 deletionsclient/src/components/helpers/ProtectedRoute.tsx
- client/src/components/layout/CommentList/index.tsx 37 additions, 22 deletionsclient/src/components/layout/CommentList/index.tsx
- client/src/components/navigation/Header/index.tsx 5 additions, 2 deletionsclient/src/components/navigation/Header/index.tsx
- client/src/components/ui/Comment/index.tsx 8 additions, 4 deletionsclient/src/components/ui/Comment/index.tsx
- client/src/components/ui/ErrorScreen/error-screen.scss 15 additions, 0 deletionsclient/src/components/ui/ErrorScreen/error-screen.scss
- client/src/components/ui/ErrorScreen/index.tsx 25 additions, 0 deletionsclient/src/components/ui/ErrorScreen/index.tsx
- client/src/pages/AppWrapper.tsx 15 additions, 16 deletionsclient/src/pages/AppWrapper.tsx
- client/src/pages/Login/index.tsx 3 additions, 1 deletionclient/src/pages/Login/index.tsx
- client/src/pages/Register/index.tsx 3 additions, 1 deletionclient/src/pages/Register/index.tsx
Loading
Please register or sign in to comment