Commits on Source (63)
-
Moritz Stueckler authoreda6550f08
-
Moritz Stueckler authored7eac2499
-
Moritz Stückler authored
Feat/poi hover effects
-
Moritz Stueckler authoredeaf3e82f
-
Moritz Stückler authored
feat: add env variables, update icons
-
Moritz Stueckler authored81db7b66
-
Moritz Stueckler authored352c26f0
-
Moritz Stückler authored
feat: add basic responsive design
-
Moritz Stueckler authored9c5cae56
-
Moritz Stueckler authored01ebb553
-
Moritz Stueckler authoredbb2771dd
-
50529d33
-
Feat/add automatic deployment fix: branch in ci script chore: add debug output to CI pipeline fix: pipeline git strategy fix: user/password escape for special chars fix: revert string escape Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml Update .gitlab-ci.yml
37b7f160 -
Moritz Stückler authoreddd089057
-
Moritz Stückler authored
feat: add error modal component See merge request development/digital/fab-city-map/fabcity-hamburg-map!14
9a681fc6 -
Moritz Stückler authoredd8fc80ce
-
Moritz Stückler authored200651eb
-
Moritz Stückler authored12152298
-
Moritz Stückler authored
Feat/add graphql client Closes #4 See merge request software/fabcity-map/fabcity-map-frontend!12
-
Moritz Stückler authored
-
Moritz Stückler authored
-
Moritz Stückler authored
-
Moritz Stückler authored
-
Moritz Stückler authored5ac36230
-
Moritz Stückler authored
Feat/add poi form See merge request software/fabcity-map/fabcity-map-frontend!13
-
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
- .env.example 2 additions, 0 deletions.env.example
- .eslintrc.js 19 additions, 0 deletions.eslintrc.js
- .gitignore 2 additions, 1 deletion.gitignore
- .gitlab-ci.yml 31 additions, 0 deletions.gitlab-ci.yml
- .nvmrc 1 addition, 0 deletions.nvmrc
- codegen.yml 11 additions, 0 deletionscodegen.yml
- package-lock.json 15708 additions, 2459 deletionspackage-lock.json
- package.json 34 additions, 13 deletionspackage.json
- public/.htaccess 12 additions, 0 deletionspublic/.htaccess
- public/index.html 7 additions, 12 deletionspublic/index.html
- public/leaflet.css 640 additions, 0 deletionspublic/leaflet.css
- public/leaflet.js 6 additions, 0 deletionspublic/leaflet.js
- public/leaflet.js.map 1 addition, 0 deletionspublic/leaflet.js.map
- snowpack.config.js 6 additions, 6 deletionssnowpack.config.js
- src/App.css 0 additions, 1 deletionsrc/App.css
- src/App.tsx 0 additions, 58 deletionssrc/App.tsx
- src/Map/Map.tsx 0 additions, 60 deletionssrc/Map/Map.tsx
- src/Map/MapViewController.tsx 0 additions, 20 deletionssrc/Map/MapViewController.tsx
- src/Sidebar/SidebarContainer.tsx 0 additions, 19 deletionssrc/Sidebar/SidebarContainer.tsx
- src/Sidebar/SidebarListElement.tsx 0 additions, 25 deletionssrc/Sidebar/SidebarListElement.tsx
.env.example
0 → 100644
.eslintrc.js
0 → 100644
.gitlab-ci.yml
0 → 100644
.nvmrc
0 → 100644
codegen.yml
0 → 100644
This diff is collapsed.
public/.htaccess
0 → 100644
public/leaflet.css
0 → 100644
public/leaflet.js
0 → 100644
This diff is collapsed.
public/leaflet.js.map
0 → 100644
This diff is collapsed.
src/App.css
deleted
100644 → 0
src/App.tsx
deleted
100644 → 0
src/Map/Map.tsx
deleted
100644 → 0
src/Map/MapViewController.tsx
deleted
100644 → 0
src/Sidebar/SidebarContainer.tsx
deleted
100644 → 0
src/Sidebar/SidebarListElement.tsx
deleted
100644 → 0