question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extensions API: Add ability to open sibling panels

See original GitHub issue

Originally posted at https://github.com/foxglove/fox/issues/28

Background:

I’m building an extension that shows data from a topic, and I would like to add the ability to open a sibling plot to show values over time, similar to the functionality in the Diagnostics panel and Raw Messages panel (they call openSiblingPlotPanel and openSiblingStateTransitionsPanel from Plot).

Request:

Please add a function to the PanelExtensionContext to allow opening a sibling panel, with all the necessary config (initialState).

Thank you!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jessicaaustincommented, Nov 30, 2021

Ah no worries, I just misread your comment. Thanks for looking, I am happy to help test or provide feedback for any fixes!

0reactions
foxymilescommented, Nov 30, 2021

@jessicaaustin I’m not sure if it’s easy for you to run studio from a branch there but if so this branch seems to fix the panel initial state problem for me. https://github.com/foxglove/studio/pull/2232

Read more comments on GitHub >

github_iconTop Results From Across the Web

PanelExtensionContext - Docs - Foxglove Studio
Use context. layout. addPanel to add a sibling panel of a given panel type (e.g. "RawMessages" ) to the layout. All panel types...
Read more >
chrome.devtools.panels - Chrome Developers
devtools.panels API to integrate your extension into Developer Tools window UI: create your own panels, access existing panels, and add sidebars. Manifest ...
Read more >
VS Code API | Visual Studio Code Extension API
VS Code API. VS Code API is a set of JavaScript APIs that you can invoke in your Visual Studio Code extension. This...
Read more >
Extensions for Zoho Desk | Developer guide
Tightly integrate Zoho Desk with your favorite business tools. Get an overview of what an extension is and the types of extensions available...
Read more >
Extension Developer Guide — JupyterLab 2.2.10 documentation
Editor - Add a widget factory for displaying editable source files. Console - Adds the ability to launch Jupyter Console instances for interactive...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found