GLobal theme cleanup

This commit is contained in:
Jim Lancaster
2026-08-06 15:12:20 -05:00
parent 75f263c2b6
commit 5090e238ff
13 changed files with 252 additions and 231 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class TestNavigationAndMounts:
[
("/", 307, "/ui/homepage"),
("/ui", 307, "/ui/homepage"),
("/ui/upload", 307, "/ui/jobs/new"),
("/ui/upload", 307, "/jobs/new"),
],
)
def test_entrypoint_redirects(self, app_client, url: str, expected_status: int, expected_redirect: str):