meshery/meshery
View on GitHub[UI] Registry tree bulk-action checkbox never becomes visible
Open
#18983 opened on Apr 29, 2026
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
- 🎨 Wireframes and designs for Meshery UI in Figma (open invite)
- 🖥 Contributing to Meshery UI
- 🙋🏾🙋🏼 Questions: Discussion Forum and Community Slack
- 📺 Self-paced Contributor Trainings