add submit to full help tui

This commit is contained in:
Robin Olsen
2026-03-05 12:33:16 +01:00
parent 372e5900ff
commit d7c52383be

View File

@@ -79,7 +79,7 @@ func (h HelpBar) fullHelp() string {
renderRow("c", "add comment", "", ""),
renderRow("s", "change status", "p", "change priority"),
renderRow("t", "change type", "x", "delete issue"),
renderRow("?", "help", "q", "quit"),
renderRow("S", "submit task", "q", "quit"),
}
content := lipgloss.JoinVertical(lipgloss.Left, rows...)
return lipgloss.NewStyle().