Merge pull request #50 from LazyBachelor/TASK-SPRINT-PLANNING-2

TASK SPRINT PLANNING 2
This commit is contained in:
Robin Olsen
2026-03-11 09:42:46 -07:00
committed by GitHub
20 changed files with 184 additions and 79 deletions

View File

@@ -90,7 +90,7 @@ func RenderChooseStatus(width, height int, issueID string) string {
}
statusContent := lipgloss.JoinVertical(lipgloss.Left,
styles.LabelStyle.Render("Change status for "+issueID+":"),
lipgloss.NewStyle().Foreground(styles.FaintText).Render("o = open i = in_progress c = closed"),
lipgloss.NewStyle().Foreground(styles.FaintText).Render("o = open i = in_progress c = closed ready_to_sprint = r"),
lipgloss.NewStyle().Foreground(styles.FaintText).Render("Esc = cancel"),
)
statusBoxWidth := modalBoxWidth(50, width)