-
- Downloads
Merge remote-tracking branch 'origin/add-news-page' into dev
# Conflicts: # package-lock.json # package.json # src/App.tsx
No related branches found
No related tags found
Showing
- package-lock.json 2104 additions, 19450 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/client/client.ts 3 additions, 0 deletionssrc/client/client.ts
- src/client/news.ts 39 additions, 0 deletionssrc/client/news.ts
- src/components/AddNewsFormDialog.tsx 54 additions, 0 deletionssrc/components/AddNewsFormDialog.tsx
- src/components/News.tsx 13 additions, 16 deletionssrc/components/News.tsx
- src/components/NewsContainer.tsx 63 additions, 8 deletionssrc/components/NewsContainer.tsx
- src/hooks/useAddNews.ts 19 additions, 0 deletionssrc/hooks/useAddNews.ts
- src/hooks/useGetNews.ts 10 additions, 0 deletionssrc/hooks/useGetNews.ts
- src/pages/NewsPage.tsx 1 addition, 4 deletionssrc/pages/NewsPage.tsx
- src/types/News.ts 1 addition, 1 deletionsrc/types/News.ts
- src/util.ts 8 additions, 0 deletionssrc/util.ts
This diff is collapsed.
... | @@ -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", | ||
"date-fns": "^2.18.0", | |||
"formik": "^2.2.9", | "formik": "^2.2.9", | ||
"http-proxy-middleware": "^1.0.6", | "http-proxy-middleware": "^1.0.6", | ||
"lodash": "^4.17.20", | "lodash": "^4.17.20", | ||
... | ... |
src/client/news.ts
0 → 100644
src/components/AddNewsFormDialog.tsx
0 → 100644
src/hooks/useAddNews.ts
0 → 100644
src/hooks/useGetNews.ts
0 → 100644
src/util.ts
0 → 100644
Please register or sign in to comment