|
Navi Code TUI: remove sessions table from right column
Drop the SessionsPanel widget and all dead code wired to it (handlers, broadcast helper, session-list events, _refresh_sessions worker). The /new, /sessions, /switch commands are preserved — they already operate via app.attach_session / chat output rather than the panel. Co-Authored-By: Claude <noreply@anthropic.com> |
|---|
|
|
| clients/terminal/tui/commands/builtin.py |
|---|
| clients/terminal/tui/context.py |
|---|
| clients/terminal/tui/events.py |
|---|
| clients/terminal/tui/tui_app.py |
|---|
| clients/terminal/tui/widgets/__init__.py |
|---|
| clients/terminal/tui/widgets/sessions_panel.py 100644 → 0 |
|---|
| tests/clients/test_tui_app.py |
|---|
| tests/clients/test_tui_sessions_panel.py 100644 → 0 |
|---|