style: redesign form components with enhanced visual styling and layout improvements

This commit is contained in:
2025-11-08 19:33:53 +00:00
parent 2409e403b6
commit bc30c55172
5 changed files with 169 additions and 18 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ async def test_dashboard_get_authorized(client):
resp = await client.get("/dashboard")
assert resp.status == 200
text = await resp.text()
assert "Your Data, Organized and Accessible" in text
assert "Welcome back, Test User!" in text
assert "My Files" in text