feat(F-119): completed feature
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user