Chore: tools to their own file [wip]

This commit is contained in:
Grail Finder
2024-11-20 13:32:32 +03:00
parent 8ae4d075c4
commit fc517c2c69
5 changed files with 65 additions and 41 deletions

View File

@@ -172,7 +172,6 @@ func main() {
return nil
}
if event.Key() == tcell.KeyF3 {
// TODO: delete last n messages
// modal window with input field
chatBody.Messages = chatBody.Messages[:len(chatBody.Messages)-1]
textView.SetText(chatToText(showSystemMsgs))