From 02419abdd1fe39df6b775b10147e0a9d02644aae Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:16:30 +0700 Subject: [PATCH] feat(kyc): add demo KYC profile page with mock data - Always show 'view full profile' button with fallback to demo UUID - KYC page shows mock data when demo UUID is used - Add i18n translations for demo page --- app/components/catalog/InfoPanel.vue | 9 +++- app/pages/kyc/[uuid].vue | 74 ++++++++++++++++++++++++++-- i18n/locales/en/kyc.json | 12 ++++- i18n/locales/ru/kyc.json | 12 ++++- 4 files changed, 100 insertions(+), 7 deletions(-) diff --git a/app/components/catalog/InfoPanel.vue b/app/components/catalog/InfoPanel.vue index 3cf3ab6..c5e3e56 100644 --- a/app/components/catalog/InfoPanel.vue +++ b/app/components/catalog/InfoPanel.vue @@ -90,9 +90,8 @@