add submit to full help tui
This commit is contained in:
@@ -79,7 +79,7 @@ func (h HelpBar) fullHelp() string {
|
|||||||
renderRow("c", "add comment", "", ""),
|
renderRow("c", "add comment", "", ""),
|
||||||
renderRow("s", "change status", "p", "change priority"),
|
renderRow("s", "change status", "p", "change priority"),
|
||||||
renderRow("t", "change type", "x", "delete issue"),
|
renderRow("t", "change type", "x", "delete issue"),
|
||||||
renderRow("?", "help", "q", "quit"),
|
renderRow("S", "submit task", "q", "quit"),
|
||||||
}
|
}
|
||||||
content := lipgloss.JoinVertical(lipgloss.Left, rows...)
|
content := lipgloss.JoinVertical(lipgloss.Left, rows...)
|
||||||
return lipgloss.NewStyle().
|
return lipgloss.NewStyle().
|
||||||
|
|||||||
Reference in New Issue
Block a user