feat: implement 18+ age validation, enforce document review completion for approvals, and refactor DecisionBar UI

This commit is contained in:
estifanos
2026-08-18 07:43:48 +00:00
parent c6ecb2dd48
commit 3d508acc41
10 changed files with 164 additions and 49 deletions

View File

@@ -949,6 +949,7 @@ export const am: Translations = {
needsFlags: "ማስተካከያ ለመጠየቅ ቢያንስ አንድ ነገር ምልክት ያድርጉ",
needsCapital: "መጀመሪያ የተረጋገጠውን ካፒታል ይመዝግቡ",
needsInspection: "የምርመራ ውጤት ያስፈልጋል",
needsDocumentReviews: "መጀመሪያ ሁሉንም ሰነዶች ተቀበል",
},
reasons: {
incompleteDocuments: "ያልተሟሉ ሰነዶች",

View File

@@ -950,6 +950,7 @@ export const en = {
needsFlags: 'Flag at least one item to request a correction',
needsCapital: 'Record the verified capital first',
needsInspection: 'Requires an inspection result',
needsDocumentReviews: 'Accept every document first',
},
reasons: {
incompleteDocuments: 'Incomplete documents',