dev #79
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two cosmetic fixes the founder flagged in the same browse session: * parts-panel.tsx — the catalog parts table was missing Turkish diacritics on every static label, while the actual part names rendered correctly. Looked like an encoding bug; was actually hard-coded ASCII strings. Repaired: Parcalar→Parçalar, parca listeleniyor→parça listeleniyor, Bu kategori icin parca bulunamadi→Bu kategori için parça bulunamadı, Yukleniyor→Yükleniyor, Parca Adi→Parça Adı, Geri don→Geri dön. OEM Kodu was already correct. * index.tsx hero preview — pl24 ships model names with trailing duplicates ("Golf 1,6 GOLF"), and the card stitched year right next to the engine "(2003 4 silindirli…)" with no clear separator. Now: cleanModelName collapses the dup ("Golf 1,6"), year wraps in parentheses as a softer secondary element, and the visual flex gap guarantees breathing room before the engine pill.Volvo vin-group.action categories store hrefs relative to the catalog dir (e.g. "vin-group.action?group1=…"). fetchP4Page did `${baseUrl}${url}`, collapsing to "partslink24.comvin-group.action" → ENOTFOUND. Prefix the service basePath when the path is relative. Fixes Volvo subgroup drilling for existing (relative) stored linkPaths without a re-decode. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>