Refactor hosts TUI application: replace Footer with CustomFooter, implement footer setup and status updates, and enhance styling for improved user experience

This commit is contained in:
Philip Henning 2025-08-16 20:58:41 +02:00
parent 50628d78b7
commit 8d3d1e7c11
4 changed files with 221 additions and 3 deletions

View file

@ -537,7 +537,7 @@ class TestHostsManagerApp:
assert "q" in binding_keys
assert "r" in binding_keys
assert "h" in binding_keys
assert "question_mark" in binding_keys # Help binding (? key)
assert "i" in binding_keys
assert "n" in binding_keys
assert "c" in binding_keys