Make slide deck paginated by default with viewport-scaled slides#160
Merged
simonkurtz-MSFT merged 8 commits intomainfrom Feb 26, 2026
Merged
Make slide deck paginated by default with viewport-scaled slides#160simonkurtz-MSFT merged 8 commits intomainfrom
simonkurtz-MSFT merged 8 commits intomainfrom
Conversation
…keyboard navigation Co-authored-by: simonkurtz-MSFT <84809797+simonkurtz-MSFT@users.noreply.github.com>
…platform references Co-authored-by: simonkurtz-MSFT <84809797+simonkurtz-MSFT@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create presentation outline using Azure styles
Add presentation outline and runnable HTML slide deck
Feb 26, 2026
Copilot stopped work on behalf of
simonkurtz-MSFT due to an error
February 26, 2026 13:07
Co-authored-by: simonkurtz-MSFT <84809797+simonkurtz-MSFT@users.noreply.github.com>
Copilot
AI
changed the title
Add presentation outline and runnable HTML slide deck
Make slide deck paginated by default with viewport-scaled slides
Feb 26, 2026
Member
|
@copilot Why can I not check out this branch? |
Contributor
Author
The branch git fetch origin
git checkout copilot/create-presentation-outlineIf you've already fetched and it's not appearing, try |
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
🐍 Python 3.14 Results
|
🐍 Python 3.13 Results
|
🐍 Python 3.12 Results
|
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.
Slide deck opened as a vertically-scrolled page by default, requiring F5/F to enter presentation mode. Slides also rendered at fixed 1280×720 without scaling to the viewport.
Changes
Math.min(innerWidth/1280, innerHeight/720)with a resize listenerEsc overview · Dbl-click to resumereplacesF to start · Esc to exitOverview mode is still accessible via Escape; double-click or F returns to paginated view.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.