feat: add TYPE column to Pricing view with autocomplete suggestions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christian Vidal Wolf
2026-04-21 09:24:02 +02:00
co-authored by Claude Sonnet 4.6
parent 77819f5d3a
commit f15871f89f
3 changed files with 88 additions and 2 deletions
+2 -1
View File
@@ -38,5 +38,6 @@ export const COLUMNS = {
OUTER_H: 49,
VERIFIED_DIMS: 100,
VALIDATED_CHECK: 101,
VALIDATED_NOTE: 102
VALIDATED_NOTE: 102,
PRODUCT_TYPE: 103
};