adding assignee to tui

This commit is contained in:
viljarb
2026-03-11 18:40:21 +01:00
parent a30c822529
commit c72b15f721
8 changed files with 116 additions and 19 deletions

View File

@@ -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().