Commits on Source (28)
-
Moritz Stückler authored9f635c02
-
Moritz Stückler authoredf570d5ce
-
95d9d2de
-
Moritz Stückler authored
Feat/filter tags See merge request software/fabcity-map/fabcity-map-frontend!16
84f63444 -
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
- .eslintrc.js 19 additions, 0 deletions.eslintrc.js
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- codegen.yml 11 additions, 0 deletionscodegen.yml
- package-lock.json 13623 additions, 3762 deletionspackage-lock.json
- package.json 15 additions, 2 deletionspackage.json
- public/index.html 2 additions, 2 deletionspublic/index.html
- snowpack.config.js 1 addition, 2 deletionssnowpack.config.js
- src/components/App.tsx 7 additions, 2 deletionssrc/components/App.tsx
- src/components/CreatableSelect.tsx 43 additions, 0 deletionssrc/components/CreatableSelect.tsx
- src/components/ErrorModal.tsx 1 addition, 3 deletionssrc/components/ErrorModal.tsx
- src/components/Form/AddPoiForm.tsx 55 additions, 22 deletionssrc/components/Form/AddPoiForm.tsx
- src/components/Form/CoordinateInput.tsx 1 addition, 1 deletionsrc/components/Form/CoordinateInput.tsx
- src/components/Form/FileInput.tsx 1 addition, 1 deletionsrc/components/Form/FileInput.tsx
- src/components/Form/SelectInput.tsx 37 additions, 0 deletionssrc/components/Form/SelectInput.tsx
- src/components/Form/TagInput.tsx 4 additions, 5 deletionssrc/components/Form/TagInput.tsx
- src/components/Form/TextAreaInput.tsx 1 addition, 1 deletionsrc/components/Form/TextAreaInput.tsx
- src/components/Form/TextInput.tsx 9 additions, 2 deletionssrc/components/Form/TextInput.tsx
- src/components/Map/Map.tsx 62 additions, 43 deletionssrc/components/Map/Map.tsx
- src/components/Map/MapLayerControl.tsx 48 additions, 0 deletionssrc/components/Map/MapLayerControl.tsx
- src/components/Map/MapViewController.tsx 4 additions, 5 deletionssrc/components/Map/MapViewController.tsx
.eslintrc.js
0 → 100644
codegen.yml
0 → 100644
This diff is collapsed.
... | ... | @@ -3,8 +3,10 @@ |
"start": "snowpack dev", | ||
"build": "snowpack build && npm run copy:htaccess", | ||
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"", | ||
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"", | ||
"copy:htaccess": "cp public/.htaccess build/" | ||
"prettier:lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"", | ||
"eslint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"", | ||
"copy:htaccess": "cp public/.htaccess build/", | ||
"generate": "graphql-codegen --config codegen.yml" | ||
}, | ||
"dependencies": { | ||
"@tailwindcss/forms": "^0.3.2", | ||
... | ... | @@ -16,11 +18,16 @@ |
"react-dom": "^17.0.0", | ||
"react-leaflet": "^3.2.0", | ||
"react-router-dom": "^5.2.0", | ||
"react-select": "4.0.2", | ||
"swr": "^0.5.6", | ||
"tailwindcss": "^2.0.3", | ||
"zustand": "^3.5.1" | ||
}, | ||
"devDependencies": { | ||
"@graphql-codegen/cli": "1.21.4", | ||
"@graphql-codegen/typescript": "1.22.0", | ||
"@graphql-codegen/typescript-graphql-request": "^3.2.0", | ||
"@graphql-codegen/typescript-operations": "1.17.16", | ||
"@snowpack/plugin-dotenv": "^2.1.0", | ||
"@snowpack/plugin-postcss": "^1.3.0", | ||
"@snowpack/plugin-react-refresh": "^2.4.0", | ||
... | ... | @@ -29,8 +36,14 @@ |
"@types/react": "^17.0.6", | ||
"@types/react-dom": "^17.0.5", | ||
"@types/react-router-dom": "^5.1.7", | ||
"@types/react-select": "^4.0.15", | ||
"@types/snowpack-env": "^2.3.2", | ||
"@typescript-eslint/eslint-plugin": "^4.24.0", | ||
"@typescript-eslint/parser": "^4.24.0", | ||
"autoprefixer": "^10.2.4", | ||
"eslint": "^7.26.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-react": "^7.23.2", | ||
"postcss": "^8.3.0", | ||
"postcss-cli": "^8.3.1", | ||
"prettier": "^2.3.0", | ||
... | ... |
src/components/CreatableSelect.tsx
0 → 100644
src/components/Form/SelectInput.tsx
0 → 100644
src/components/Map/MapLayerControl.tsx
0 → 100644