0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java2,579 forks (2,579 forks)batch import
area/frontendgood first issuekind/quick-win
Repository metrics
- Stars
- 26,854 stars (26,854 stars)
- PR merge metrics
- Avg merge 1d 19h (Avg merge 1d 19h)495 merged PRs in 30d (495 merged PRs in 30d)
Description
When a single namespace view is opened, on the left menu the available/locked options are properly shown.
We need to sort out the options in the header dropdown to only show the availble ones.
Contributor guide
- Research direction
- Look at the left menu component (likely in src/ui/components/ or similar) to understand how available options are computed for the single namespace view. Then find the header dropdown component and add conditional rendering to hide unavailable options. The issue does not specify a specific file, so start by searching for the dropdown in the codebase.
- Tech stack
- None
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- Understanding of navigation componentsKnowledge of namespace context