Commits on Source (35)
-
Timothee P authored
-
Timothee P authored
-
Timothee P authored
-
Timothee P authored
-
Timothee P authored
-
Timothee P authored
-
Sébastien DA ROCHA authored
REDMINE_ISSUE-13305 See merge request !316
-
Timothee P authored
-
Florent Lavelle authored
-
Timothee P authored
-
Timothee P authored
-
Florent Lavelle authored
-
Sébastien DA ROCHA authored
REDMINE_ISSUE-13305 See merge request !320
-
Florent Lavelle authored
-
Timothee P authored
-
Timothee P authored
-
Timothee P authored
-
Timothee P authored
-
Timothee P authored
-
Timothee P authored
-
Timothee P authored
-
Sébastien DA ROCHA authored
REDMINE_ISSUE-13321 See merge request !325
-
Sébastien DA ROCHA authored
REDMINE_ISSUE-13361 See merge request !322
-
Sébastien DA ROCHA authored
REDMINE_ISSUE-13305 See merge request !327
-
Sébastien DA ROCHA authored
REDMINE_ISSUE-13328 See merge request geocontrib/geocontrib-frontend!324
-
Florent Lavelle authored
-
Camille Blanchon authored
-
Sébastien DA ROCHA authored
REDMINE_ISSUE-13359 See merge request geocontrib/geocontrib-frontend!319
-
Timothee P authored
-
Timothee P authored
-
Sébastien DA ROCHA authored
REDMINE_ISSUE-11860 See merge request geocontrib/geocontrib-frontend!304
-
Sébastien DA ROCHA authored
REDMINE_ISSUE-12870 See merge request geocontrib/geocontrib-frontend!326
-
Timothee P authored
-
Sébastien DA ROCHA authored
REDMINE_ISSUE-13365 See merge request geocontrib/geocontrib-frontend!329
-
Sébastien DA ROCHA authored
REDMINE_ISSUE-12870 See merge request geocontrib/geocontrib-frontend!330
Showing
- package.json 4 additions, 2 deletionspackage.json
- src/App.vue 9 additions, 3 deletionssrc/App.vue
- src/assets/js/map-util.js 63 additions, 58 deletionssrc/assets/js/map-util.js
- src/assets/js/utils.js 21 additions, 0 deletionssrc/assets/js/utils.js
- src/components/Dropdown.vue 6 additions, 6 deletionssrc/components/Dropdown.vue
- src/components/SearchFeature.vue 30 additions, 3 deletionssrc/components/SearchFeature.vue
- src/components/feature/FeatureLinkedForm.vue 16 additions, 36 deletionssrc/components/feature/FeatureLinkedForm.vue
- src/components/feature/FeatureListTable.vue 44 additions, 38 deletionssrc/components/feature/FeatureListTable.vue
- src/service-worker.js 2 additions, 2 deletionssrc/service-worker.js
- src/store/modules/feature.store.js 3 additions, 3 deletionssrc/store/modules/feature.store.js
- src/store/modules/feature_type.store.js 29 additions, 0 deletionssrc/store/modules/feature_type.store.js
- src/utils/index.js 5 additions, 3 deletionssrc/utils/index.js
- src/views/feature/Feature_detail.vue 424 additions, 347 deletionssrc/views/feature/Feature_detail.vue
- src/views/feature/Feature_edit.vue 5 additions, 2 deletionssrc/views/feature/Feature_edit.vue
- src/views/feature/Feature_list.vue 2 additions, 2 deletionssrc/views/feature/Feature_list.vue
- src/views/feature_type/Feature_type_detail.vue 176 additions, 14 deletionssrc/views/feature_type/Feature_type_detail.vue
- src/views/feature_type/Feature_type_edit.vue 226 additions, 43 deletionssrc/views/feature_type/Feature_type_edit.vue
- src/views/project/Project_detail.vue 183 additions, 61 deletionssrc/views/project/Project_detail.vue
- src/views/project/Project_edit.vue 3 additions, 3 deletionssrc/views/project/Project_edit.vue
{ | ||
"name": "geocontrib-frontend", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"private": true, | ||
"scripts": { | ||
"serve": "npm run init-proxy & npm run init-serve", | ||
... | ... | @@ -16,7 +16,9 @@ |
"@fortawesome/free-solid-svg-icons": "^5.15.4", | ||
"@fortawesome/vue-fontawesome": "^2.0.6", | ||
"@mapbox/vector-tile": "^1.3.1", | ||
"@turf/bbox": "^6.5.0", | ||
"@turf/flip": "^6.5.0", | ||
"@turf/helpers": "^6.5.0", | ||
"axios": "^0.21.1", | ||
"core-js": "^3.20.2", | ||
"leaflet": "^1.7.1", | ||
... | ... | @@ -33,13 +35,13 @@ |
"vuex": "^3.6.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.15.8", | ||
"@fortawesome/fontawesome-free": "^5.15.4", | ||
"@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-plugin-eslint": "^5.0.0-beta.6", | ||
"@vue/cli-plugin-pwa": "~4.5.0", | ||
"@vue/cli-plugin-router": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@babel/eslint-parser": "^7.15.8", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-vue": "^7.20.0", | ||
"less": "^3.0.4", | ||
... | ... |
This diff is collapsed.