fix: set tab title to container/app name
Updates the HTML page title to display the app name instead of a generic 'Textual Web Terminal' title. Resolves TODO item #1.
This commit is contained in:
@@ -494,6 +494,7 @@ class TestLocalServerMoreCoverage:
|
||||
assert "/static-webterm/monospace.css" in resp.text
|
||||
assert "data-session-websocket-url" in resp.text
|
||||
assert "data-font-size" in resp.text
|
||||
assert "<title>Known</title>" in resp.text
|
||||
|
||||
def test_rewrite_svg_fonts_removes_font_face_and_forces_stack(self):
|
||||
svg = (
|
||||
|
||||
Reference in New Issue
Block a user