feat(F-119): completed feature

This commit is contained in:
chattie
2026-08-21 15:04:08 +02:00
parent e113516730
commit ba05e99a63
8 changed files with 136 additions and 26 deletions

View File

@@ -5085,6 +5085,39 @@
"close": true
},
"completed_at": "2026-08-21T12:59:41Z"
},
{
"id": "F-119",
"type": "fix",
"title": "Fix frontend font case-sensitivity and restart stale services",
"problem": "The frontend CSS references /fonts/Almagro.woff2 (capital A) but the file is stored as almagro.woff2 (lowercase). On case-sensitive filesystems the .woff2 fails to load. Additionally, the frontend server held stale chunks after a rebuild and returned 404 for new chunks.",
"goal": "Update the @font-face URL to lowercase, renaming the file if needed; restart frontend after rebuild so chunks match",
"scope_in": [
"frontend build",
"fonts/Almagro"
],
"scope_out": [
"no font changes"
],
"priority": "high",
"risk": "low",
"description": "Problem: The frontend CSS references /fonts/Almagro.woff2 (capital A) but the file is stored as almagro.woff2 (lowercase). On case-sensitive filesystems the .woff2 fails to load. Additionally, the frontend server held stale chunks after a rebuild and returned 404 for new chunks.. Goal: Update the @font-face URL to lowercase, renaming the file if needed; restart frontend after rebuild so chunks match. Scope IN: frontend build, fonts/Almagro. Scope OUT: no font changes. Type: fix. Priority: high. Risk: low.",
"acceptance": [
"Almagro.woff2 200",
"almagro.woff2 200",
"Font renders correctly on /products",
"Frontend process serves the latest build",
"Typecheck, tests, verify pass"
],
"status": "done",
"created_at": "2026-08-21",
"gates": {
"reviewer": true,
"security": true,
"qa": true,
"close": true
},
"completed_at": "2026-08-21T13:04:08Z"
}
]
}