added delete and edit tui
This commit is contained in:
parent
abb85650c8
commit
5adaca65a2
4 changed files with 159 additions and 51 deletions
|
|
@ -134,7 +134,7 @@ func (m model) viewHourly() string {
|
|||
b.WriteString(label + "\n")
|
||||
}
|
||||
|
||||
b.WriteString("[n] to add event, [up]/[down] keys to move, [Esc] to go back to month view, [q] to quit.")
|
||||
b.WriteString("[n] to add event,[e] to edit event,[x] to delete an event, [up]/[down] keys to move, [Esc] to go back to month view, [q] to quit.")
|
||||
return b.String()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue