-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Add connection resume, client state tracking, robust reconnect logic, reconnecting hooks, more #1204
Draft
JamesHutchison
wants to merge
11
commits into
reactive-python:main
Choose a base branch
from
JamesHutchison:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,313
−229
Commits on Mar 5, 2024
-
Fix static type hints for component decorator (#2)
* Fix component decorator eating static type hints
Configuration menu - View commit details
-
Copy full SHA for 8f6c8ec - Browse repository at this point
Copy the full SHA 8f6c8ecView commit details -
Add reconnection and client state side state capabilities
Configuration menu - View commit details
-
Copy full SHA for efa547f - Browse repository at this point
Copy the full SHA efa547fView commit details -
* Delete commented out code * add serialization for timezone and timedelta * don't show reconnecting layer on first attempt * Only connect after layout update handlers are set up * perf tweak that apparently was never saved * deserialization as well for timezone * timezone and timedelta * alter z-index
Configuration menu - View commit details
-
Copy full SHA for a7374d0 - Browse repository at this point
Copy the full SHA a7374d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8537f - Browse repository at this point
Copy the full SHA ef8537fView commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e23e43d - Browse repository at this point
Copy the full SHA e23e43dView commit details -
Fix user mouse / scroll activity not actually triggering a reconnecti…
…on (#6) * Fix for client not reconnecting on activity * Type improvements * comment improvements
Configuration menu - View commit details
-
Copy full SHA for d36a982 - Browse repository at this point
Copy the full SHA d36a982View commit details
Commits on Mar 8, 2024
-
fix state recovery error not propagating (#7)
Fix Exception catch-all in render swallowing state recovery errors Fix serialization errors not resulting in a state recovery error
Configuration menu - View commit details
-
Copy full SHA for 6118197 - Browse repository at this point
Copy the full SHA 6118197View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09eb44c - Browse repository at this point
Copy the full SHA 09eb44cView commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f5562f - Browse repository at this point
Copy the full SHA 5f5562fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6203da5 - Browse repository at this point
Copy the full SHA 6203da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9704cbc - Browse repository at this point
Copy the full SHA 9704cbcView commit details
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.