added delete and edit tui

This commit is contained in:
steven carpenter 2025-07-27 16:40:08 -04:00
parent abb85650c8
commit 5adaca65a2
4 changed files with 159 additions and 51 deletions

View file

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