ChronoTomato/cmd/client
Sebastian Mark 05e8bf5854 feat: reconnect on disconnect (add status to TUI)
- add `Connected()` method for client
- add `LastErr` field to GoTomatoClient
  - replace error logging by updating `LastErr` field
  - modify methods to use pointer receivers for Client
- add `prevMessage` variable to store the last received server message
- show connect status in TUI
- use EnterAltScreen instead of ClearScreen
2024-11-10 09:34:55 +01:00
..
helper feat: use bubbletea framework 2024-11-02 10:55:15 +01:00
app.go feat: reconnect on disconnect (add status to TUI) 2024-11-10 09:34:55 +01:00
keys.go feat: use bubbletea framework 2024-11-02 10:55:15 +01:00
update.go feat: use bubbletea framework 2024-11-02 10:55:15 +01:00
view.go feat: reconnect on disconnect (add status to TUI) 2024-11-10 09:34:55 +01:00