Merged
Conversation
Updated Markdown documentation to include a new example image and code snippet. Added an integration test and golden image for Markdown rendering to improve test coverage and documentation clarity.
Updated AlertDialog documentation to include a new example image and code snippet. Added an integration test and golden image for AlertDialog to improve test coverage and documentation clarity.
Improved AppBar documentation with new example image and code snippet. Updated image paths in appbar.md and dropdownm2.md. Added an integration test for AppBar and a corresponding golden image for documentation.
Enhanced Badge documentation with example images and media references. Added an integration test and golden image for Badge control, and included a usage example in the Badge class docstring.
Introduced a new badge example in sdk/python/examples/controls/badge/basic.py and referenced it in the documentation. Updated integration tests to use the new example and added a corresponding golden image for screenshot comparison.
Updated Banner documentation to include a new example image and code snippet. Added an integration test and golden image for Banner control to improve test coverage and documentation clarity.
FeodorFitsner
approved these changes
Oct 14, 2025
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.
Description
Test Code
# Test code for the review of this PRType of change
Checklist
Screenshots
Additional details
Summary by Sourcery
Integrate autogenerated control screenshots into documentation and code examples by extending docs front-matter and class summaries, embedding demo images, adding usage snippets in control docstrings, and providing integration tests and example scripts to generate and verify those images.
New Features:
Enhancements:
Documentation:
Tests: