meshery/meshery

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

Open

#18,983 opened on Apr 29, 2026

 (3 comments) (0 reactions) (1 assignee)HTML (3,101 forks)batch import
help wanted

Repository metrics

Stars
 (10,013 stars)
PR merge metrics
 (Avg merge 22d 16h) (332 merged PRs in 30d)

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