adding assignee to tui
This commit is contained in:
@@ -36,7 +36,7 @@ func (h HelpBar) shortHelp() string {
|
||||
styles.HighlightKey("↓/j") + "down ",
|
||||
styles.HighlightKey("pgup/pgdn") + "page ",
|
||||
styles.HighlightKey("a") + "add ",
|
||||
styles.HighlightKey("e/d/s/p/t/c") + "edit ",
|
||||
styles.HighlightKey("e/d/s/p/t/c/A") + "edit ",
|
||||
styles.HighlightKey("x") + "delete ",
|
||||
styles.HighlightKey("q") + "quit ",
|
||||
styles.HighlightKey("S") + "submit ",
|
||||
@@ -78,8 +78,9 @@ func (h HelpBar) fullHelp() string {
|
||||
renderRow("e", "edit title", "d", "edit desc"),
|
||||
renderRow("c", "add comment", "", ""),
|
||||
renderRow("s", "change status", "p", "change priority"),
|
||||
renderRow("t", "change type", "x", "delete issue"),
|
||||
renderRow("S", "submit task", "q", "quit"),
|
||||
renderRow("t", "change type", "A", "change assignee"),
|
||||
renderRow("x", "delete issue", "S", "submit task"),
|
||||
renderRow("q", "quit", "", ""),
|
||||
}
|
||||
content := lipgloss.JoinVertical(lipgloss.Left, rows...)
|
||||
return lipgloss.NewStyle().
|
||||
|
||||
Reference in New Issue
Block a user