-
Notifications
You must be signed in to change notification settings - Fork 7
feat(extension): Add Object Registry panel #499
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
Conversation
0f47067 to
ef2345a
Compare
| if (state.browserContext) { | ||
| await reloadExtension(); | ||
| return; | ||
| await state.browserContext.close(); |
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.
Unfortunately just reloading the extension was broken, because, at the time of the reload, the extension was unloaded completely from chrome. I may revisit this in the future, but for now relaunching the browser works.
rekmarks
left a comment
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.
LGTM!
Closes #415
This PR adds a new
Object Registrytab on the etxension where it shows all objects and promises tracked by the kernel across all vats in a more structured way. I also renamed the main tab toControl Panelsince it wasn't managing only vats and refactored the config editor to hide behind an accordion item.