Commits on Source (38)
-
Moritz Stückler authored
This reverts commit e52c5807, reversing changes made to 804bcc17.
-
Moritz Stückler authored0b80a3ad
-
Moritz Stückler authored
Feat/add poi form Closes #5 See merge request software/fabcity-map/fabcity-map-frontend!14
-
Moritz Stückler authored
-
Moritz Stückler authored
-
Moritz Stückler authored
-
Moritz Stückler authored5a931990
-
Moritz Stückler authored
Feat/tag input Closes #13 and #16 See merge request software/fabcity-map/fabcity-map-frontend!15
-
Moritz Stückler authored2b8929bd
-
Moritz Stückler authoreda7a9347f
-
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
- .nvmrc 1 addition, 0 deletions.nvmrc
- codegen.yml 11 additions, 0 deletionscodegen.yml
- netlify.toml 0 additions, 5 deletionsnetlify.toml
- package-lock.json 13551 additions, 3984 deletionspackage-lock.json
- package.json 25 additions, 12 deletionspackage.json
- public/.htaccess 12 additions, 0 deletionspublic/.htaccess
- public/index.html 2 additions, 2 deletionspublic/index.html
- snowpack.config.js 2 additions, 4 deletionssnowpack.config.js
- src/components/App.tsx 9 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 231 additions, 0 deletionssrc/components/Form/AddPoiForm.tsx
- src/components/Form/CoordinateInput.tsx 30 additions, 0 deletionssrc/components/Form/CoordinateInput.tsx
- src/components/Form/FileInput.tsx 50 additions, 0 deletionssrc/components/Form/FileInput.tsx
- src/components/Form/SelectInput.tsx 37 additions, 0 deletionssrc/components/Form/SelectInput.tsx
- src/components/Form/TagInput.tsx 134 additions, 0 deletionssrc/components/Form/TagInput.tsx
- src/components/Form/TextAreaInput.tsx 32 additions, 0 deletionssrc/components/Form/TextAreaInput.tsx
- src/components/Form/TextInput.tsx 33 additions, 0 deletionssrc/components/Form/TextInput.tsx
.eslintrc.js
0 → 100644
.nvmrc
0 → 100644
codegen.yml
0 → 100644
netlify.toml
deleted
100644 → 0
This diff is collapsed.
public/.htaccess
0 → 100644
src/components/CreatableSelect.tsx
0 → 100644
src/components/Form/AddPoiForm.tsx
0 → 100644
src/components/Form/CoordinateInput.tsx
0 → 100644
src/components/Form/FileInput.tsx
0 → 100644
src/components/Form/SelectInput.tsx
0 → 100644
src/components/Form/TagInput.tsx
0 → 100644
src/components/Form/TextAreaInput.tsx
0 → 100644
src/components/Form/TextInput.tsx
0 → 100644