Commit 4cc5367
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
Submodule manager-dashboard updated 33 files
- app/components/domain/BaseMap/index.tsx+53-25
- app/components/domain/CompareScenarioPreview/index.tsx+6-4
- app/components/domain/CompletenessScenarioPreview/index.tsx+8-14
- app/components/domain/FindScenarioPreview/index.tsx+2-3
- app/components/domain/GeoJsonAssetMapSource/index.tsx+9-6
- app/components/domain/GeoJsonMapSource/index.tsx+107-34
- app/components/domain/GeoJsonPreview/index.tsx+26-61
- app/components/domain/ProjectAssetPreview/index.tsx+1
- app/components/domain/ProjectSpecificDetails/CompareDetails/index.tsx+11-3
- app/components/domain/ProjectSpecificDetails/CompletenessDetails/index.tsx+9-2
- app/components/domain/ProjectSpecificDetails/FindDetails/index.tsx+9-2
- app/components/domain/ProjectSpecificDetails/ValidateDetails/index.tsx+7-2
- app/components/domain/ProjectSpecificDetails/index.tsx+24
- app/components/domain/TutorialAssetPreview/index.tsx+1
- app/components/domain/ValidateScenarioPreview/index.tsx+2-2
- app/index.css+2-1
- app/utils/query.ts+1
- app/views/EditProject/ProjectActions/index.tsx+1-1
- app/views/EditProject/UpdateProcessedProjectForm/index.tsx-1
- app/views/EditProject/UpdateProjectForm/CompareProjectSpecifics/index.tsx+3-2
- app/views/EditProject/UpdateProjectForm/CompletenessProjectSpecifics/index.tsx+3-2
- app/views/EditProject/UpdateProjectForm/FindProjectSpecifics/index.tsx+2-1
- app/views/EditProject/UpdateProjectForm/ValidateImageProjectSpecifics/DatasetFileInput/index.tsx+34-18
- app/views/EditProject/UpdateProjectForm/ValidateImageProjectSpecifics/LocalDatasetAsset/index.tsx+5-1
- app/views/EditProject/UpdateProjectForm/ValidateImageProjectSpecifics/index.tsx+171-6
- app/views/EditProject/UpdateProjectForm/ValidateProjectSpecifics/index.tsx+1
- app/views/EditProject/UpdateProjectForm/index.tsx+4-1
- app/views/EditTutorial/ScenarioPageInput/index.tsx+13-2
- app/views/EditTutorial/query.ts+1
- app/views/NewProject/ProjectGeneralInputs/index.tsx+46-4
- app/views/NewProject/index.tsx+9-43
- app/views/Projects/index.tsx+1
- backend+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments