Skip to content

Commit

Permalink
Update ui to point to latest eic branch
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Nov 17, 2023
1 parent 5e13c61 commit 17a9758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 36 files
+39 −14 app/scripts/components/analysis/define/use-stac-collection-search.ts
+17 −4 app/scripts/components/analysis/results/timeseries-data.ts
+3 −3 app/scripts/components/common/blocks/embed.tsx
+20 −1 app/scripts/components/common/blocks/lazy-components.js
+2 −0 app/scripts/components/common/blocks/scrollytelling/index.tsx
+43 −7 app/scripts/components/common/card.tsx
+1 −1 app/scripts/components/common/featured-slider-section.tsx
+2 −2 app/scripts/components/common/layout-root.tsx
+6 −1 app/scripts/components/common/mapbox/index.tsx
+19 −9 app/scripts/components/common/mapbox/layers/raster-timeseries.tsx
+2 −0 app/scripts/components/common/mapbox/layers/utils.ts
+6 −2 app/scripts/components/common/mapbox/layers/vector-timeseries.tsx
+10 −6 app/scripts/components/common/mapbox/layers/zarr-timeseries.tsx
+3 −3 app/scripts/components/common/mdx-content.js
+1 −10 app/scripts/components/common/nav-wrapper.js
+41 −14 app/scripts/components/common/page-header.tsx
+0 −269 app/scripts/components/common/page-local-nav.js
+6 −1 app/scripts/components/common/related-content.tsx
+2 −8 app/scripts/components/data-catalog/index.tsx
+1 −11 app/scripts/components/datasets/s-explore/index.tsx
+1 −14 app/scripts/components/datasets/s-overview/index.tsx
+1 −1 app/scripts/components/home/featured-stories.tsx
+2 −2 app/scripts/components/home/value-propostion.tsx
+1 −10 app/scripts/components/sandbox/index.js
+143 −137 app/scripts/components/stories/hub/index.tsx
+6 −11 app/scripts/components/stories/single/index.tsx
+1 −1 app/scripts/components/user-pages/index.tsx
+12 −7 app/scripts/context/layer-data.tsx
+1 −5 app/scripts/main.tsx
+310 −0 mock/datasets/data-from-ghg.data.mdx
+0 −46 mock/datasets/oco2-geos-l3-daily.data.mdx
+27 −0 mock/stories/external-link-example.stories.mdx
+27 −0 mock/stories/internal-link-example.stories.mdx
+8 −2 mock/stories/life-of-water.stories.mdx
+14 −6 parcel-resolver-veda/defaults.js
+16 −2 parcel-resolver-veda/index.d.ts

0 comments on commit 17a9758

Please sign in to comment.