Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
mluena committed Jul 19, 2023
1 parent bad1777 commit 144e86a
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 50 deletions.
42 changes: 42 additions & 0 deletions data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,51 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Unreleased

### Added
- React query
- Radix UI
- Playwright for testing
- Tests
- Species by country widget
- Species distribution widget
- Protection layer
- Potential benefit to fisheries widget (restoration)
- Driver of change widget
- New language selector
- Restoration sites widget and filters
- National Dashboard widget
- Mangrove fisheries widget
- Contextual layers
- selector
- Allen coral atlas
- Global tidal wetland change
- Tidal flats
- Flood protection widget
- Data application guide added to widgets
- Blog - Communications section
- User guide


### Changed

- Migration from create react app to Next 13
- Migration to TS
- Migration fom styled components to Tailwind
- Migration from redux to Recoil
- Protection widget
- Restoration sites layer
- Satellite basemap selector
- Mangrove alerts
- Alerts frequency layer improvement
- New chart added
- New layer for locations monitored added


### Fixed

- Bug in biomass widget
- Bug in alerts layer
- Bug in info links for some widgets

### Removed
- Sagas
- Storybook
31 changes: 0 additions & 31 deletions src/components/progress/index.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions src/containers/sidebar/menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const Menu = () => {
</motion.div>
)}
</AnimatePresence>
{/* <AnimatePresence>
<AnimatePresence>
{section === 'news' && (
<motion.div
className="no-scrollbar overflow-y-auto pt-3 font-sans"
Expand All @@ -166,7 +166,7 @@ const Menu = () => {
<BlogContent />
</motion.div>
)}
</AnimatePresence> */}
</AnimatePresence>
<DialogClose />
</DialogContent>
</Dialog>
Expand Down
32 changes: 16 additions & 16 deletions src/containers/widgets/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ const widgets = [
categoryIds: ['all_datasets', 'distribution_and_change', 'restoration_and_conservation'],
layersIds: ['extent'],
},
// {
// name: 'National dashboard',
// slug: 'mangrove_national_dashboard',
// locationType: ['custom-area', 'wdpa', 'country', 'worldwide'],
// applicability: 'National and Sub-National',
// categoryIds: ['all_datasets', 'distribution_and_change'],
// layersIds: [''],
// },
{
name: 'National dashboard',
slug: 'mangrove_national_dashboard',
locationType: ['custom-area', 'wdpa', 'country', 'worldwide'],
applicability: 'National and Sub-National',
categoryIds: ['all_datasets', 'distribution_and_change'],
layersIds: [''],
},
{
name: 'Mangrove net change',
slug: 'mangrove_net_change',
Expand Down Expand Up @@ -107,14 +107,14 @@ const widgets = [
categoryIds: ['all_datasets', 'restoration_and_conservation'],
layersIds: ['restoration'],
},
// {
// name: 'Mangrove Restoration Sites',
// slug: 'mangrove_restoration_sites',
// locationType: ['country', 'worldwide'],
// applicability: 'Global, National, and Sub-National',
// categoryIds: ['all_datasets', 'restoration_and_conservation'],
// layersIds: ['restoration_sites'],
// },
{
name: 'Mangrove Restoration Sites',
slug: 'mangrove_restoration_sites',
locationType: ['country', 'worldwide'],
applicability: 'Global, National, and Sub-National',
categoryIds: ['all_datasets', 'restoration_and_conservation'],
layersIds: ['restoration_sites'],
},
{
name: 'Mangrove biomass',
slug: 'mangrove_biomass',
Expand Down
2 changes: 1 addition & 1 deletion src/containers/widgets/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const WidgetsContainer: React.FC = () => {
</Helper>
</div>
)}
{/* {isBlogActive && <Blog closeBlogBanner={closeBlogBanner} />} */}
{isBlogActive && <Blog closeBlogBanner={closeBlogBanner} />}

{screenWidth < breakpoints.md && (
<div>
Expand Down

0 comments on commit 144e86a

Please sign in to comment.