Gmw 820 fe add dates selectors restrictions #1194
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant changes to rename and update the "Protection" dataset to "Mangroves in Protected Areas" across various files. Additionally, it introduces new constants and updates resource links in the navigation menu.
Renaming and updates to the "Protection" dataset:
src/containers/datasets/index.tsx
: Removed oldProtection
imports and added new imports forMangroves in Protected Areas
. [1] [2]src/containers/datasets/mangroves-in-protected-areas/chart.tsx
: RenamedProtectionChart
toMangrovesInProtectedAreasChart
and updated export. [1] [2]src/containers/datasets/mangroves-in-protected-areas/hooks.tsx
: RenameduseMangroveProtectedAreas
touseMangrovesInProtectedAreas
and importedCOLORS
fromconstants
. [1] [2]src/containers/datasets/mangroves-in-protected-areas/widget.tsx
: RenamedProtection
toMangrovesInProtectedAreas
and updated related imports and export. [1] [2] [3] [4]src/containers/widgets/constants.ts
: Updated widget names and layer IDs to reflect the new dataset name. [1] [2]New constants and resource link updates:
src/containers/datasets/mangroves-in-protected-areas/constants.tsx
: Added new constants for years and colors.src/containers/navigation/menu/index.tsx
: Updated resource links and added new policy briefs. [1] [2] [3]Other minor changes:
src/containers/map/index.tsx
: Removed console log statements. [1] [2]