[feat] Add Presenter to Session State#12664
Merged
sfc-gh-bnisco merged 1 commit intodevelopfrom Oct 24, 2025
Merged
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
This was referenced Sep 29, 2025
Collaborator
Author
Contributor
📉 Python coverage change detectedThe Python unit test coverage has decreased by 0.0120%
✅ Coverage change is within normal range. Coverage by files
|
Contributor
📈 Significant wheel size change detectedThe wheel file size has increased by 0.33% (threshold: 0.25%)
Please verify this change is expected. |
ca67f14 to
92247d9
Compare
68dfe9b to
d0d1d78
Compare
92247d9 to
c20865f
Compare
d0d1d78 to
c6302c9
Compare
c20865f to
7c7af1c
Compare
c6302c9 to
c27bd69
Compare
7c7af1c to
72bf9b9
Compare
29a1437 to
a9e8487
Compare
72bf9b9 to
68938cd
Compare
a9e8487 to
e8f3f70
Compare
68938cd to
32afb72
Compare
This was referenced Oct 10, 2025
21d6cbb to
813e9a5
Compare
686f9e2 to
4f40c39
Compare
0b5d606 to
d75a740
Compare
4f40c39 to
49dea89
Compare
d75a740 to
39bb9f4
Compare
8268560 to
e6f41ef
Compare
bd3ff3b to
8b5a830
Compare
e6f41ef to
b458656
Compare
052df52 to
7c98375
Compare
b458656 to
d5fc58f
Compare
7c98375 to
759a477
Compare
d5fc58f to
38988d4
Compare
38988d4 to
3232b09
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
Added a presentation layer for widget values in session state. This allows widgets to define a
presentercallable that transforms the stored value into a user-visible form when accessed throughst.session_state. The presentation logic is applied when values are retrieved via__getitem__or throughfiltered_state.Key features:
apply_presenterfunction that handles the transformationGitHub Issue Link (if applicable)
Testing Plan
test_presentation.pythat verify:Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.