feat: redesign PricingView with manual validation check and notes, and add Matrix columns

This commit is contained in:
Christian Vidal Wolf
2026-04-20 18:46:50 +02:00
parent 111a44ae82
commit db696d2816
4 changed files with 142 additions and 78 deletions
+3 -1
View File
@@ -36,5 +36,7 @@ export const COLUMNS = {
OUTER_W: 47,
OUTER_L: 48,
OUTER_H: 49,
VERIFIED_DIMS: 100
VERIFIED_DIMS: 100,
VALIDATED_CHECK: 101,
VALIDATED_NOTE: 102
};