-
Notifications
You must be signed in to change notification settings - Fork 102
Notify backends of updates to plot render settings #7450
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
f469a91
Add event for plot render settings
lionel- 3857d4d
Draft request UI backend notification
lionel- 62beb5c
Add subscription types
lionel- 8f6950c
Notify interested backends
lionel- b432d5c
Invert dependencies between services
lionel- 7a0ea79
Ensure handler is called on already started UI clients
lionel- f327e06
Add `register()` method to UI client instances for lifecycle management
lionel- 50a5920
Fix import imbroglio
lionel- f400899
Add justfile for comms
lionel- 03727b3
Homogenize naming
lionel- 1df14b4
Second pass at exports conundrum
lionel- 3c3d7fd
Add support for external references in OpenRPC contracts
lionel- 6d41c27
Make notification a request for now
lionel- 9452abb
Fix merge issues
lionel- 65eb61f
Import external refs rather than redefine them
lionel- 9d61cbf
Tweak doc
lionel- fc3df50
Fix comparison of settings
lionel- 34b7aff
Fix dependencies in `useEffect()`
lionel- 746fd38
Be defensive against invalid sizes
lionel- 07e7628
Notify of render settings with current policy
lionel- f0864c1
Fix lifecycle issues with plot clients
lionel- a37322f
Update current sizing policy when plot policy changes
lionel- 6b40f05
Add `onDidChangesizingPolicy` event on plot service
lionel- 24a181a
Notify backends of sizing policy changes
lionel- ee08be3
Retrieve window from component
lionel- 16c4ec8
Actually dispose the disposables
lionel- 834f5ce
Fix result name
lionel- 3601ed5
Actually run handler when UI client comes later
lionel- 065b6cb
Bump Ark to 0.1.184
lionel- 0035652
Merge branch 'main' into feature/update-plot-policy
lionel- File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just easier to remember :-)