feat(ui): load right panel plugin manifests#617
Open
pascalandr wants to merge 1 commit into
Open
Conversation
This was referenced Jul 20, 2026
Contributor
Author
|
Stack note: this is intentionally based on feat/right-panel-customization so the diff only contains the manifest/lifecycle loader. The repository restrict-non-dev-prs workflow currently blocks non-dev base branches for authors outside ALLOWED_NON_DEV_PR_ACTORS, so CI is skipped until #615 merges and this PR is retargeted to dev, or the allowlist includes this author. |
pascalandr
force-pushed
the
feat/right-panel-plugin-manifest
branch
from
July 25, 2026 10:43
1d1da61 to
a082456
Compare
Contributor
Author
|
Rebased on the updated #615 branch after the right-panel customization popover UX change. Manifest loader diff remains stacked and clean. Validation after rebase:
|
Add a typed manifest loader for right-panel plugins so bundled modules can contribute tabs and Status sections through the registry introduced by the stacked customization PR. The loader runs deterministic onLoad/onUnload lifecycle hooks, skips duplicate or failed manifests without blocking other plugins, and keeps the plugin list explicit for now to avoid arbitrary code loading or marketplace behavior in this step. Validated with focused manifest and registry tests, UI typecheck, whitespace check, UI build, and a final gatekeeper pass.
pascalandr
force-pushed
the
feat/right-panel-plugin-manifest
branch
from
July 25, 2026 11:06
a082456 to
a7eee0e
Compare
Contributor
Author
|
Update: rebased this stacked branch on the latest feat/right-panel-customization and force-with-lease pushed a7eee0e.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Stacking
Validation