Redesign user dashboard with overview tab and i18n payment copy.

Consolidate profile and security into AccountTab, add shared dashboard components, and move awaiting-approval payment messages to translations.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Michilis
2026-06-29 07:39:52 +00:00
co-authored by Cursor
parent f5fe87613f
commit 38526f17b5
15 changed files with 1999 additions and 1237 deletions
+8
View File
@@ -164,6 +164,14 @@
"backHome": "Back to Home"
}
},
"dashboard": {
"payment": {
"received": "Payment received",
"receivedConfirmShortly": "Payment received. We will confirm it shortly.",
"receivedConfirmSoon": "Payment received. We will confirm it shortly.",
"confirmForEvent": "We will confirm your {amount} payment for {event} shortly. Nothing else needed."
}
},
"community": {
"title": "Join Our Community",
"subtitle": "Connect with us on social media and stay updated",
+8
View File
@@ -164,6 +164,14 @@
"backHome": "Volver al Inicio"
}
},
"dashboard": {
"payment": {
"received": "Pago recibido",
"receivedConfirmShortly": "Pago recibido. Lo confirmaremos en breve.",
"receivedConfirmSoon": "Pago recibido. Lo confirmaremos pronto.",
"confirmForEvent": "Confirmaremos tu pago de {amount} para {event} en breve. No necesitas hacer nada más."
}
},
"community": {
"title": "Únete a Nuestra Comunidad",
"subtitle": "Conéctate con nosotros en redes sociales",