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:
parent
50628d78b7
commit
8d3d1e7c11
4 changed files with 221 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue