Merge branch 'AFP-97' into 'dev'
[AFP-97 & AFP-135]π π§ β¨ Port config, bug fixes, pagination, & styles (@asegers) See merge request !23
Showing
.env.production
0 β 100644
package-lock.json
deleted
100644 β 0
This diff is collapsed.
... | ... | @@ -2,7 +2,6 @@ |
"name": "order-management-client", | ||
"version": "0.1.0", | ||
"private": true, | ||
"proxy": "http://localhost:4", | ||
"dependencies": { | ||
"@chakra-ui/icons": "^1.0.13", | ||
"@chakra-ui/react": "^1.6.0", | ||
... | ... | @@ -25,6 +24,7 @@ |
"axios": "^0.21.1", | ||
"bootstrap": "^4.6.0", | ||
"framer-motion": "^4", | ||
"http-proxy-middleware": "^2.0.0", | ||
"moment": "^2.29.1", | ||
"react": "^17.0.2", | ||
"react-bootstrap": "^1.5.2", | ||
... | ... | @@ -32,6 +32,7 @@ |
"react-dom": "^17.0.2", | ||
"react-google-login": "^5.2.2", | ||
"react-hook-form": "^7.4.0", | ||
"react-infinite-scroll-hook": "^4.0.1", | ||
"react-redux": "^7.2.4", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "4.0.3", | ||
... | ... |
src/@types/ManagerRequests.d.ts
0 β 100644
src/atoms/ColorModeToggle.tsx
0 β 100644
src/atoms/Logo.tsx
0 β 100644
src/atoms/index.ts
0 β 100644
src/components/Login.tsx
deleted
100644 β 0
src/components/LoginForm.tsx
deleted
100644 β 0
src/components/Logout.tsx
deleted
100644 β 0
src/components/Navigation/index.ts
0 β 100644
src/hooks/useOrders.ts
0 β 100644
src/img/nisum-20-plus-years-logo.png
0 β 100644
7.38 KB
src/pages/OrdersPage/index.ts
0 β 100644
src/setupProxy.js
0 β 100644
src/styles/theme.ts
0 β 100644
src/utils/sleep.ts
0 β 100644
This diff is collapsed.