feat(catalog): add KYC teaser section to supplier InfoPanel
All checks were successful
Build Docker Image / build (push) Successful in 4m6s

- Add KYC teaser info section (companyType, registrationYear, status, sourcesCount)
- Use mock data for now (backend integration TBD)
- Add 'open-kyc' emit for full profile navigation
- Add kycProfileUuid field to InfoEntity type
- Add i18n translations for both RU and EN
This commit is contained in:
Ruslan Bakiev
2026-01-27 12:30:00 +07:00
parent f269c0daf0
commit 7f8a148aa7
4 changed files with 81 additions and 3 deletions

View File

@@ -64,7 +64,15 @@
"noHubs": "Хабы не найдены",
"noSuppliers": "Поставщики не найдены",
"viewSupplier": "Посмотреть поставщика",
"supplier": "Поставщик"
"supplier": "Поставщик",
"kycTeaser": "Информация о компании",
"companyType": "Тип организации",
"registrationYear": "Год регистрации",
"status": "Статус",
"active": "Действующая",
"inactive": "Недействующая",
"sourcesCount": "Источников данных",
"viewFullKyc": "Подробнее о компании"
},
"modes": {
"explore": "Исследовать",