20 lines
686 B
Markdown
20 lines
686 B
Markdown
# Task List
|
|
|
|
## Completed
|
|
|
|
- [x] Wire TUI to MumbleClient (connect on startup, display state)
|
|
- [x] Implement text message send/receive in chat log
|
|
- [x] Channel tree population from server data
|
|
- [x] Audio pipeline integration with MumbleClient
|
|
- [x] PTT wiring (key events -> audio.capturing toggle)
|
|
- [x] Chat input history navigation (up/down arrows)
|
|
- [x] Channel navigation and join from sidebar
|
|
- [x] User status indicators (mute/deaf)
|
|
- [x] Volume control (F2/F3, gain 0.0-2.0, status bar display)
|
|
- [x] Server certificate handling (certfile/keyfile config)
|
|
- [x] Config file hot-reload (F5, safe/restart change detection)
|
|
|
|
## Pending
|
|
|
|
- [ ] Reconnection handling on disconnect
|