docs: add updates article on comparison view - #928
Conversation
Expected version change and release notes:1.16.0-dev.23 (v1.16.0-dev.22...add-update-comparison-view ) (2026-08-27T09:05 UTC)Docs
|
There was a problem hiding this comment.
Pull request overview
Adds a new Updates post explaining how to use the pathway comparison view to derive insights from differing pathway assumptions/scopes, supported by screenshots stored under public/updates.
Changes:
- Adds a new Updates article (“Why comparing energy transition pathways matters”) with structured sections and two screenshots.
- References new images under
/updates/for the comparison view visuals.
Reviewed changes
Copilot reviewed 1 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/pages/resources/ResourcesUpdatesPage.tsx | Adds a new Updates post (title/date/body) describing the comparison view and embedding screenshots. |
| public/updates/.gitkeep | Keeps the public/updates directory tracked in git. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-928.westus2.2.azurestaticapps.net |
grammar fix Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 4 changed files in this pull request and generated 1 comment.
Suppressed comments (2)
src/pages/resources/ResourcesUpdatesPage.tsx:127
- This post uses an
inside the post body, but the post title is already an
in the surrounding template. For a correct heading hierarchy (and better screen-reader navigation), this subheading should be an
(or lower).
<h3 className="text-lg font-semibold text-rmigray-800">
Insight #2: Similar pathway goals can produce different regional
benchmarks
</h3>
src/pages/resources/ResourcesUpdatesPage.tsx:155
- Minor grammar: “pathways assumptions” is missing a possessive apostrophe.
These differences reflect the pathways’ assumptions around regional
constraints and technology costs. Both GECO 1.5°C and ACE CNS use
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-928.westus2.2.azurestaticapps.net |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 4 changed files in this pull request and generated no new comments.
Suppressed comments (1)
Previously missed (1) — in code that hasn't changed since the last review.
src/pages/resources/ResourcesUpdatesPage.tsx:184
- Footnote text is grammatically incorrect: “point of view by RMI” should be “point of view of RMI” (or similar) to read correctly.
<sup>1</sup> Country and regional representations follow the
conventions used in the underlying data sources and do not reflect
any institutional point of view by RMI.
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://proud-glacier-0f640931e-928.westus2.2.azurestaticapps.net |
Summary
Adds article to Updates section that describes how the recently added pathway comparison feature can be used to generate helpful insights
Related issues
None directly related, will be referenced in LinkedIn article
Testing
Manually validated the Updates page has the expected content and format
Checklist