feat: compact menu layout and merge namespaces across all envs

- Reduce menu item height from 3 rows to 1 (no description, no spacing)
- Merge namespaces from all configured envs so namespace-only-in-prod is no longer missing
This commit is contained in:
2026-09-16 12:18:17 +02:00
parent c6880e92ce
commit 6a0405640d
3 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ func newPanelModel(context, ns, team string) *panelModel {
cfgPath, _ := config.DefaultPath()
cfg, loadErr := config.Load(cfgPath)
l := list.New(nil, list.NewDefaultDelegate(), 0, 0)
l := list.New(nil, newCompactDelegate(), 0, 0)
l.SetShowStatusBar(false)
l.SetFilteringEnabled(false)