Skip to content

Commit

Permalink
Merge pull request #328 from NASA-IMPACT/stage/v0.13.0
Browse files Browse the repository at this point in the history
Stage v0.13.0
  • Loading branch information
hanbyul-here authored Oct 30, 2023
2 parents c8c92d4 + 81a3481 commit c472e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 55 files
+4 −0 app/scripts/components/about/index.tsx
+50 −0 app/scripts/components/analysis/constants.ts
+19 −9 app/scripts/components/analysis/define/aoi-selector.tsx
+0 −29 app/scripts/components/analysis/define/constants.ts
+339 −171 app/scripts/components/analysis/define/index.tsx
+133 −0 app/scripts/components/analysis/define/page-footer.actions.tsx
+0 −130 app/scripts/components/analysis/define/page-hero-actions.tsx
+144 −0 app/scripts/components/analysis/define/use-stac-collection-search.ts
+0 −94 app/scripts/components/analysis/define/use-stac-search.ts
+38 −0 app/scripts/components/analysis/define/utils.test.ts
+45 −0 app/scripts/components/analysis/define/utils.ts
+0 −199 app/scripts/components/analysis/results/analysis-head-actions.tsx
+81 −0 app/scripts/components/analysis/results/analysis-head.tsx
+139 −0 app/scripts/components/analysis/results/analysis-metrics-dropdown.tsx
+47 −19 app/scripts/components/analysis/results/chart-card.tsx
+11 −20 app/scripts/components/analysis/results/index.tsx
+7 −1 app/scripts/components/analysis/results/timeseries-data.ts
+5 −4 app/scripts/components/analysis/results/use-analysis-params.ts
+4 −5 app/scripts/components/analysis/saved-analysis-control.tsx
+35 −33 app/scripts/components/common/blocks/block-map.tsx
+2 −1 app/scripts/components/common/browse-controls/use-browse-controls.ts
+1 −1 app/scripts/components/common/chart/analysis/utils.ts
+6 −16 app/scripts/components/common/dropdown-scrollable.tsx
+3 −1 app/scripts/components/common/fold.tsx
+2 −2 app/scripts/components/common/google-form.tsx
+6 −11 app/scripts/components/common/mapbox/layer-legend.tsx
+1 −1 app/scripts/components/common/mapbox/layers/raster-timeseries.tsx
+23 −27 app/scripts/components/common/mapbox/layers/utils.ts
+2 −0 app/scripts/components/common/mapbox/map-coords.tsx
+4 −9 app/scripts/components/common/mapbox/map-options/index.tsx
+2 −2 app/scripts/components/common/mapbox/map.tsx
+5 −1 app/scripts/components/common/mapbox/mapbox-style-override.js
+1 −1 app/scripts/components/common/notebook-connect.tsx
+21 −9 app/scripts/components/common/page-header.tsx
+1 −2 app/scripts/components/common/page-local-nav.js
+0 −41 app/scripts/components/common/shadow-scrollbar-improved.tsx
+9 −3 app/scripts/components/data-catalog/index.tsx
+0 −1 app/scripts/components/datasets/s-explore/dataset-layer-single.tsx
+82 −48 app/scripts/components/datasets/s-explore/index.tsx
+14 −9 app/scripts/components/datasets/s-overview/index.tsx
+59 −44 app/scripts/components/development/index.tsx
+2 −2 app/scripts/components/stories/hub/index.tsx
+0 −8 app/scripts/main.tsx
+2 −3 app/scripts/styles/panel.tsx
+1 −0 app/scripts/styles/theme.ts
+7 −2 app/scripts/utils/date.ts
+6 −1 app/scripts/utils/use-media-query.ts
+18 −7 app/scripts/utils/use-scrollbar-width-css.ts
+6 −0 docs/content/CONTENT.md
+26 −0 docs/content/PAGE_OVERRIDES.md
+27 −0 docs/content/frontmatter/layer.md
+8 −0 mock/datasets/no2.data.mdx
+4 −2 package.json
+6 −0 parcel-resolver-veda/index.d.ts
+88 −77 yarn.lock
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "veda-config",
"description": "Configuration for Veda",
"version": "0.12.0",
"version": "0.13.0",
"source": "./.veda/ui/app/index.html",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -33,4 +33,4 @@
".*/meta/"
],
"dependencies": {}
}
}

0 comments on commit c472e6b

Please sign in to comment.