Remove current-state appendix from specification
This commit is contained in:
@@ -730,7 +730,7 @@ function makeClientCard() {
|
||||
});
|
||||
|
||||
parts.push(svgRect({ x: 72, y: 584, width: 1296, height: 384, rx: 28 }));
|
||||
parts.push(cardTitle({ x: 96, y: 618, text: 'История заказов клиента', subtitle: 'Заказы, расчеты и текущее состояние отношений' }));
|
||||
parts.push(cardTitle({ x: 96, y: 618, text: 'История заказов клиента', subtitle: 'Заказы, расчеты и состояние отношений с клиентом' }));
|
||||
parts.push(svgRect({ x: 96, y: 654, width: 1248, height: 42, rx: 12, fill: '#f9fafb' }));
|
||||
['Номер', 'Тип', 'Статус', 'Сумма', 'Дата', 'Открыть'].forEach((label, index) => {
|
||||
parts.push(svgText({ x: 118 + [0, 240, 402, 642, 836, 1086][index], y: 680, text: label, size: 12, weight: 700, fill: palette.subtext }));
|
||||
|
||||
Reference in New Issue
Block a user