Render interactive catalog resources in an in-app HTML viewer - #477
Merged
soyalejolopez merged 1 commit intoJul 21, 2026
Merged
Conversation
Interactive resources (Copilot Agents Guide, Agents Cost Calculator) now render their HTML page in an in-app modal (window-in-window) with a header that links to the full page in a new tab, instead of only linking to GitHub. The embed path is derived from each resource's source (README.md -> index.html), so no catalog.json schema changes are required. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: dad50700-e239-43cc-8994-b475682137c4
soyalejolopez
force-pushed
the
alejanl-microsoft-fantastic-invention
branch
from
July 21, 2026 16:56
4c27395 to
dbf1bb8
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Interactive catalog resources now render their HTML page inside the app instead of only linking out to GitHub.
The two interactive resources — Copilot Agents Guide and Agents Cost Calculator — get a new "View" button on their detail card. Clicking it opens the rendered page in a modal (window-inside-a-window) with a header that includes an "Open in new tab" link and a close control.
What changed
Testing
Served the site locally and verified: card -> View opens the modal, the iframe renders the live tool, the "Open in new tab" link resolves to the correct page, and Esc/backdrop/✕ all close cleanly. Only index.html is modified.