fix: reviewers not correctly shown on dashboard edit screen

This commit is contained in:
2026-07-30 11:26:21 +02:00
parent bcad515698
commit e045bd39b2
7 changed files with 549 additions and 15 deletions

View File

@@ -41,6 +41,12 @@ func TestNoColorThemeDisablesSyntaxColors(t *testing.T) {
}
}
func TestDarkenColorRetainsHue(t *testing.T) {
if got := darkenColor(lipgloss.Color("#4080C0")); got != lipgloss.Color("#306090") {
t.Fatalf("darkened color = %q, want #306090", got)
}
}
func TestBuiltinThemesApply(t *testing.T) {
defer applyTheme("dark")
names := []string{