Remove current-state appendix from specification

This commit is contained in:
Ruslan Bakiev
2026-05-01 16:54:21 +07:00
parent 98ae168a93
commit 0a96adbb78
5 changed files with 7 additions and 48 deletions

View File

@@ -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 }));