I’m building a Bitbucket Forge app using repoCodeOverviewPanel, and I want the panel to appear only for specific repositories chosen by the user/admin. Even if I check the repo slug in the resolver and return an empty UI, the panel header still shows, because the module is always registered globally in manifest.yml.
Is there any supported way to conditionally hide a repoCodeOverviewPanel per repo, so it doesn’t appear at all for non‑selected repositories?
Or is the recommended approach just showing a placeholder/empty state?
Any guidance or examples would be appreciated.