Commits on Source (24)
-
Fabian Schmidt authored377e3169
-
Fabian Schmidt authored
Feat/relation status input See merge request software/fabcity-map/fabcity-map-frontend!18
a515cd76 -
Moritz Stückler authored2be0bf68
-
Moritz Stückler authored
Feat/styling updates See merge request software/fabcity-map/fabcity-map-frontend!17
1d172eb6 -
Moritz Stückler authored16edc132
-
Fabian Schmidt authoredda95dcca
-
Fabian Schmidt authored2a5bc9f0
-
Moritz Stückler authoredbeb3041d
-
Moritz Stückler authored481a76b6
-
Moritz Stückler authored
Feat/styling select See merge request software/fabcity-map/fabcity-map-frontend!19
c2aff68c -
Moritz Stückler authored
Develop See merge request software/fabcity-map/fabcity-map-frontend!20
-
Moritz Stückler authoredfdb5c70c
-
Moritz Stückler authored
fix: package lock reset See merge request software/fabcity-map/fabcity-map-frontend!21
-
Moritz Stückler authored35d48927
-
Moritz Stückler authored
fix: ts errors in select See merge request software/fabcity-map/fabcity-map-frontend!22
-
Moritz Stückler authored
* fix list elements collapsing * make random color values more distinct * fix problem with tag element keys
33d41bed -
Moritz Stückler authored
fix: list elements collapsing See merge request software/fabcity-map/fabcity-map-frontend!23
-
Moritz Stückler authored6f5aaf7d
-
Moritz Stückler authored
feat: always fit all pois into the map view See merge request software/fabcity-map/fabcity-map-frontend!24
-
Moritz Stückler authored
-
Moritz Stückler authored
-
Moritz Stückler authored
-
Moritz Stückler authored
-
Moritz Stückler authored
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- package-lock.json 11310 additions, 1640 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- public/index.html 2 additions, 2 deletionspublic/index.html
- snowpack.config.js 1 addition, 2 deletionssnowpack.config.js
- src/components/App.tsx 5 additions, 0 deletionssrc/components/App.tsx
- src/components/CreatableSelect.tsx 43 additions, 0 deletionssrc/components/CreatableSelect.tsx
- src/components/Form/AddPoiForm.tsx 38 additions, 4 deletionssrc/components/Form/AddPoiForm.tsx
- src/components/Form/SelectInput.tsx 37 additions, 0 deletionssrc/components/Form/SelectInput.tsx
- src/components/Form/TagInput.tsx 1 addition, 1 deletionsrc/components/Form/TagInput.tsx
- src/components/Map/Map.tsx 20 additions, 12 deletionssrc/components/Map/Map.tsx
- src/components/Map/MapLayerControl.tsx 26 additions, 17 deletionssrc/components/Map/MapLayerControl.tsx
- src/components/Map/MapViewController.tsx 4 additions, 5 deletionssrc/components/Map/MapViewController.tsx
- src/components/PoiLoader.tsx 21 additions, 0 deletionssrc/components/PoiLoader.tsx
- src/components/Select.tsx 26 additions, 7 deletionssrc/components/Select.tsx
- src/components/Sidebar/CloseButton.tsx 20 additions, 0 deletionssrc/components/Sidebar/CloseButton.tsx
- src/components/Sidebar/ListElement.tsx 1 addition, 1 deletionsrc/components/Sidebar/ListElement.tsx
- src/components/Sidebar/SidebarCreateView.tsx 2 additions, 6 deletionssrc/components/Sidebar/SidebarCreateView.tsx
- src/components/Sidebar/SidebarListView.tsx 29 additions, 11 deletionssrc/components/Sidebar/SidebarListView.tsx
- src/components/Sidebar/SidebarSingleView.tsx 25 additions, 9 deletionssrc/components/Sidebar/SidebarSingleView.tsx
This diff is collapsed.
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
"react-dom": "^17.0.0", | "react-dom": "^17.0.0", | ||
"react-leaflet": "^3.2.0", | "react-leaflet": "^3.2.0", | ||
"react-router-dom": "^5.2.0", | "react-router-dom": "^5.2.0", | ||
"react-select": "^4.3.1", | "react-select": "4.0.2", | ||
"swr": "^0.5.6", | "swr": "^0.5.6", | ||
"tailwindcss": "^2.0.3", | "tailwindcss": "^2.0.3", | ||
"zustand": "^3.5.1" | "zustand": "^3.5.1" | ||
... | ... |
src/components/CreatableSelect.tsx
0 → 100644
src/components/Form/SelectInput.tsx
0 → 100644
src/components/PoiLoader.tsx
0 → 100644
src/components/Sidebar/CloseButton.tsx
0 → 100644