improvement: new prosthesis type data structure implemented and finally working!

This commit is contained in:
2026-09-01 21:03:04 +03:30
parent dc71c73ced
commit a3c14a18c1
51 changed files with 3306 additions and 1117 deletions

View File

@@ -146,6 +146,8 @@ export function CaseDetailPanel({
toothChart: t('caseSheetToothChart'),
connected: tTreatment('connectedBadge'),
teeth: t('teethLabel'),
archUpper: tTreatment('selectedArchUpper'),
archLower: tTreatment('selectedArchLower'),
comments: t('caseSheetComments'),
noComments: t('caseSheetNoComments'),
},
@@ -323,7 +325,10 @@ export function CaseDetailPanel({
</Badge>
<span className="text-sm font-medium text-text-primary">
{t('toothGroupTitle', {
teeth: formatToothList(group.teeth),
teeth: formatToothList(group.teeth, {
UA: tTreatment('selectedArchUpper'),
LA: tTreatment('selectedArchLower'),
}),
prosthesis: group.prosthesisTypeLabel,
})}
</span>