meshery/meshery

[UI] Registry tree bulk-action checkbox never becomes visible

Open

#18983 opened on Apr 29, 2026

View on GitHub
 (3 comments) (0 reactions) (1 assignee)HTML (10,013 stars) (3,101 forks)batch import
help wanted

Description

Current Behavior

The registry tree item checkbox is permanently hidden:

visibility: hover || checked ? 'hidden' : 'hidden'

Because both branches return hidden, the bulk-action checkbox never becomes visible even on hover or after being checked.

Desired Behavior

The checkbox should become visible when the intended condition is met, or the dead control should be removed until the feature is supported.

Screenshots/Logs

Relevant code path:

  • ui/components/Settings/Registry/StyledTreeItem.tsx
  • checkbox style.visibility

Environment

  • Browser: Chrome
  • Host OS: Linux
  • Meshery Server Version: stable-v
  • Platform: Kubernetes

Contributor Guides and Handbook

Contributor guide