fix(dashboard): exclude hidden MarketplacePanel resources from sidebar menu by IvanHunters · Pull Request #2177 · cozystack/cozystack

@dosubot dosubot bot added the size:S

This PR changes 10-29 lines, ignoring generated files.

label

Mar 9, 2026

@dosubot dosubot bot added the bug

Something isn't working

label

Mar 9, 2026

coderabbitai[bot]

gemini-code-assist[bot]

sircthulhu

@dosubot dosubot bot added the lgtm

This PR has been approved by a maintainer

label

Mar 9, 2026

@IvanHunters @kvaps

…r menu

The sidebar was generated independently from MarketplacePanels, always
showing all resources regardless of their hidden state. Fetch
MarketplacePanels during sidebar reconciliation and skip resources
where hidden=true, so hiding a resource from the marketplace also
removes it from the sidebar navigation.

Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>

@kvaps kvaps deleted the fix/sidebar-respect-hidden-marketplace branch

March 10, 2026 16:49

This was referenced

Mar 10, 2026

kvaps added a commit that referenced this pull request

Mar 10, 2026
…l resources from sidebar menu (#2203)

# Description
Backport of #2177 to `release-1.1`.

kvaps added a commit that referenced this pull request

Mar 10, 2026
…l resources from sidebar menu (#2204)

# Description
Backport of #2177 to `release-1.0`.