Revert "Merge branch 'feat/add-poi-form' into 'main'"
This reverts commit e52c5807, reversing changes made to 804bcc17.
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- package-lock.json 9 additions, 473 deletionspackage-lock.json
- package.json 1 addition, 6 deletionspackage.json
- snowpack.config.js 1 addition, 2 deletionssnowpack.config.js
- src/App.tsx 97 additions, 0 deletionssrc/App.tsx
- src/Map/Map.tsx 30 additions, 29 deletionssrc/Map/Map.tsx
- src/Map/MapViewController.tsx 0 additions, 0 deletionssrc/Map/MapViewController.tsx
- src/Modal.tsx 0 additions, 0 deletionssrc/Modal.tsx
- src/Sidebar/SidebarContainer.tsx 21 additions, 0 deletionssrc/Sidebar/SidebarContainer.tsx
- src/Sidebar/SidebarListElement.tsx 3 additions, 6 deletionssrc/Sidebar/SidebarListElement.tsx
- src/Sidebar/SidebarListView.tsx 44 additions, 0 deletionssrc/Sidebar/SidebarListView.tsx
- src/Sidebar/SidebarSingleView.tsx 54 additions, 0 deletionssrc/Sidebar/SidebarSingleView.tsx
- src/components/App.tsx 0 additions, 29 deletionssrc/components/App.tsx
- src/components/ErrorModal.tsx 0 additions, 16 deletionssrc/components/ErrorModal.tsx
- src/components/Sidebar/AddPoiForm.tsx 0 additions, 127 deletionssrc/components/Sidebar/AddPoiForm.tsx
- src/components/Sidebar/SidebarCreateView.tsx 0 additions, 24 deletionssrc/components/Sidebar/SidebarCreateView.tsx
- src/components/Sidebar/SidebarListView.tsx 0 additions, 31 deletionssrc/components/Sidebar/SidebarListView.tsx
- src/components/Sidebar/Tag.tsx 0 additions, 19 deletionssrc/components/Sidebar/Tag.tsx
- src/components/SwrWrapper.tsx 0 additions, 29 deletionssrc/components/SwrWrapper.tsx
- src/hooks/index.ts 0 additions, 2 deletionssrc/hooks/index.ts
This diff is collapsed.
... | ... | @@ -6,7 +6,6 @@ |
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"" | ||
}, | ||
"dependencies": { | ||
"@tailwindcss/forms": "^0.3.2", | ||
"graphql": "^15.5.0", | ||
"graphql-request": "^3.4.0", | ||
"heroicons-react": "1.3.0", | ||
... | ... | @@ -14,13 +13,10 @@ |
"react": "^17.0.0", | ||
"react-dom": "^17.0.0", | ||
"react-leaflet": "^3.1.0", | ||
"react-router-dom": "^5.2.0", | ||
"swr": "^0.5.5", | ||
"tailwindcss": "^2.0.3", | ||
"zustand": "^3.4.1" | ||
"tailwindcss": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
"@jadex/snowpack-plugin-tailwindcss-jit": "^0.2.0", | ||
"@snowpack/plugin-dotenv": "^2.1.0", | ||
"@snowpack/plugin-postcss": "^1.1.0", | ||
"@snowpack/plugin-react-refresh": "^2.4.0", | ||
... | ... | @@ -28,7 +24,6 @@ |
"@types/leaflet": "^1.7.0", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react-router-dom": "^5.1.7", | ||
"@types/snowpack-env": "^2.3.2", | ||
"autoprefixer": "^10.2.4", | ||
"postcss": "^8.2.6", | ||
... | ... |
src/App.tsx
0 → 100644
File moved
File moved
src/Sidebar/SidebarListView.tsx
0 → 100644
src/components/App.tsx
deleted
100644 → 0
src/components/ErrorModal.tsx
deleted
100644 → 0
src/components/Sidebar/Tag.tsx
deleted
100644 → 0
src/components/SwrWrapper.tsx
deleted
100644 → 0
src/hooks/index.ts
deleted
100644 → 0
Please register or sign in to comment