-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4688 from wri/develop
PROD Deploy 2023-09-08 11:54am EST
- Loading branch information
Showing
13 changed files
with
298 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,3 +46,5 @@ yarn-error.log* | |
|
||
# new relic agent | ||
newrelic_agent.log | ||
|
||
.yalc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
export const NOTIFICATIONS_RESPONSE = Object.freeze({ | ||
data: [ | ||
{ | ||
id: 16320, | ||
date: '2023-09-05T22:44:03', | ||
date_gmt: '2023-09-06T02:44:03', | ||
guid: { | ||
rendered: | ||
'https://www.globalforestwatch.org/?post_type=notice&p=16320', | ||
}, | ||
modified: '2023-09-05T22:44:03', | ||
modified_gmt: '2023-09-06T02:44:03', | ||
slug: 'glad-l-alerts-outage-2', | ||
status: 'publish', | ||
type: 'notice', | ||
link: 'https://www.globalforestwatch.org/notice/glad-l-alerts-outage-2', | ||
title: { | ||
rendered: 'GLAD-L Alerts Outage', | ||
}, | ||
content: { | ||
rendered: | ||
'\n<p>Due to a a malfunction in the data processing pipeline for GLAD-L deforestation alerting system, new alerts will be unavailable until further notice.</p>\n', | ||
protected: false, | ||
}, | ||
template: '', | ||
meta: [], | ||
acf: { | ||
notification_icon: 'warning', | ||
notification_date: '2023-09-30', | ||
}, | ||
_links: { | ||
self: [ | ||
{ | ||
href: 'https://global-forest-watch-blog.lndo.site/wp-json/wp/v2/notice/16320', | ||
}, | ||
], | ||
collection: [ | ||
{ | ||
href: 'https://global-forest-watch-blog.lndo.site/wp-json/wp/v2/notice', | ||
}, | ||
], | ||
about: [ | ||
{ | ||
href: 'https://global-forest-watch-blog.lndo.site/wp-json/wp/v2/types/notice', | ||
}, | ||
], | ||
'wp:attachment': [ | ||
{ | ||
href: 'https://global-forest-watch-blog.lndo.site/wp-json/wp/v2/media?parent=16320', | ||
}, | ||
], | ||
curies: [ | ||
{ | ||
name: 'wp', | ||
href: 'https://api.w.org/{rel}', | ||
templated: true, | ||
}, | ||
], | ||
}, | ||
}, | ||
{ | ||
id: 16301, | ||
date: '2023-09-05T10:48:52', | ||
date_gmt: '2023-09-05T14:48:52', | ||
guid: { | ||
rendered: | ||
'https://www.globalforestwatch.org/?post_type=notice&p=16301', | ||
}, | ||
modified: '2023-09-05T10:48:52', | ||
modified_gmt: '2023-09-05T14:48:52', | ||
slug: 'upcoming-webinar-net-change-in-tree-cover', | ||
status: 'publish', | ||
type: 'notice', | ||
link: 'https://www.globalforestwatch.org/notice/upcoming-webinar-net-change-in-tree-cover', | ||
title: { | ||
rendered: 'Upcoming Webinar: Net Change in Tree Cover', | ||
}, | ||
content: { | ||
rendered: | ||
'\n<p>Learn about the new net change in tree cover layer from WRI’s research team. After the presentation, participants will have the chance to ask questions. <a href="http://google.com">Sign up for the webinar here</a>.</p>\n', | ||
protected: false, | ||
}, | ||
template: '', | ||
meta: [], | ||
acf: { | ||
notification_icon: 'layers', | ||
notification_date: '2023-09-07', | ||
}, | ||
_links: { | ||
self: [ | ||
{ | ||
href: 'https://global-forest-watch-blog.lndo.site/wp-json/wp/v2/notice/16301', | ||
}, | ||
], | ||
collection: [ | ||
{ | ||
href: 'https://global-forest-watch-blog.lndo.site/wp-json/wp/v2/notice', | ||
}, | ||
], | ||
about: [ | ||
{ | ||
href: 'https://global-forest-watch-blog.lndo.site/wp-json/wp/v2/types/notice', | ||
}, | ||
], | ||
'wp:attachment': [ | ||
{ | ||
href: 'https://global-forest-watch-blog.lndo.site/wp-json/wp/v2/media?parent=16301', | ||
}, | ||
], | ||
curies: [ | ||
{ | ||
name: 'wp', | ||
href: 'https://api.w.org/{rel}', | ||
templated: true, | ||
}, | ||
], | ||
}, | ||
}, | ||
], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.