diff --git a/tradein-mvp/frontend/src/components/trade-in/v2/ResultPanel.tsx b/tradein-mvp/frontend/src/components/trade-in/v2/ResultPanel.tsx index 8ddb0133..b627d0b6 100644 --- a/tradein-mvp/frontend/src/components/trade-in/v2/ResultPanel.tsx +++ b/tradein-mvp/frontend/src/components/trade-in/v2/ResultPanel.tsx @@ -15,6 +15,7 @@ import type { ResultPanelData } from "./mappers"; const { accent, accentDeep, + onAccent, ink, body, body2, @@ -172,7 +173,14 @@ export default function ResultPanel({
ДКП(28). + // #1991 — column width above is the third, independent axis: asking + // and expected visually dominate the row, ДКП is narrow/secondary. // // H1 — when the expected card has no prediction (emptyNote), it drops // to an honest empty-state and the accent frame moves onto the asking @@ -232,19 +242,48 @@ export default function ResultPanel({ />
- {lines(card.title)} +
+ {lines(card.title)} +
+ {/* #1991 — explicit "this is the figure that goes into the offer" + mark on the headline card, so the two dominant prices are not + just visually bigger but literally labelled which one to quote. */} + {isHeadline && !isEmptyCard && ( + + В ОФФЕР + + )}
{isRegistry && (