[feat] Add ComponentManager and wire it into the Runtime#12660
Merged
sfc-gh-bnisco merged 1 commit intodevelopfrom Oct 24, 2025
Merged
[feat] Add ComponentManager and wire it into the Runtime#12660sfc-gh-bnisco merged 1 commit intodevelopfrom
sfc-gh-bnisco merged 1 commit intodevelopfrom
Conversation
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
✅ PR preview is ready!
|
This was referenced Sep 29, 2025
Collaborator
Author
Contributor
📉 Python coverage change detectedThe Python unit test coverage has decreased by 0.1029%
💡 Consider adding more unit tests to maintain or improve coverage. Coverage by files
|
Contributor
📈 Significant wheel size change detectedThe wheel file size has increased by 0.27% (threshold: 0.25%)
Please verify this change is expected. |
1638ff2 to
570b1e1
Compare
cb47efd to
5f5b6f5
Compare
This was referenced Sep 29, 2025
570b1e1 to
b879459
Compare
5f5b6f5 to
09adf73
Compare
b879459 to
f75edc9
Compare
4d4fc58 to
f8c453a
Compare
752e40f to
e0a6960
Compare
ac7644b to
a1e3296
Compare
e0a6960 to
8262ea3
Compare
8262ea3 to
ee977b7
Compare
a1e3296 to
100f1c1
Compare
This was referenced Oct 10, 2025
3b3af52 to
f61a4b1
Compare
3ca7d6c to
4df22d8
Compare
f61a4b1 to
b0bf8d1
Compare
4df22d8 to
0599bc7
Compare
b0bf8d1 to
6ddbdf9
Compare
0599bc7 to
08b64b1
Compare
63d572a to
cdfeaca
Compare
87bcd7a to
593e302
Compare
cdfeaca to
9c1a77b
Compare
593e302 to
7664ddf
Compare
7664ddf to
eb90750
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.

Describe your changes
BidiComponentManagerclass that centralizes component management for bidirectional components. This manager composes three key responsibilities:BidiComponentRegistryComponentManifestHandlerComponentFileWatcherBidiComponentManageris that all actions go through the Manager, which is responsible for delegating to its composed classes as needed.Runtimefor access throughout the typical Streamlit runtime.BidiComponentDefinitionwith correct asset-relative URLs for security.Testing Plan
Unit Tests: Added comprehensive tests in
test_component_manager_asset_dir.pyandtest_bidi_component_registry.pythat verify:Updated existing tests in
test_component_registry.pyto reflect the new update mechanismContribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.