-
Notifications
You must be signed in to change notification settings - Fork 394
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
Allow overriding app blueprint from web #6419
Conversation
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.
Very nice, but I think we should support toggling panels even after they have been overriden.
I added a toggle for the panel overrides, exposed through a UI command and a JS function ( |
@@ -380,6 +380,8 @@ | |||
if (window.location !== window.parent.location) { | |||
window.parent.postMessage("READY", "*"); | |||
} | |||
|
|||
window._handle = handle; |
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.
When serving the web viewer locally this ends up being quite useful to test the "raw API" of the WebHandle
What
This adds a
PanelStateOverride
to theAppBlueprint
which can be set via JS.Also adds
ToggleTopPannel
UI commandChecklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.