update user profile page

This commit is contained in:
Mengisteab
2026-06-11 12:04:21 +00:00
parent 0ce32f827a
commit 7de485ce28
6 changed files with 554 additions and 133 deletions

View File

@@ -9,7 +9,13 @@
"Bash(node_modules/.bin/tsc --noEmit -p apps/portal/tsconfig.json)",
"Bash(node_modules/.bin/tsc --noEmit -p tsconfig.json)",
"Bash(../../node_modules/.bin/tsc --noEmit -p tsconfig.json)",
"Bash(grep -E \"\\\\.\\(ts|tsx\\)$\")"
"Bash(grep -E \"\\\\.\\(ts|tsx\\)$\")",
"Bash(code /home/tria/projects/mengisteab/emaui/ema-portal.pen)",
"Bash(awk '/profile: \\\\{/,/^ \\\\},/' src/app/i18n/locales/en.ts)",
"Bash(awk '/profile: \\\\{/,/^ \\\\},/' src/app/i18n/locales/am.ts)",
"Bash(echo \"=== total errors: $\\(node_modules/.bin/tsc --noEmit -p apps/portal/tsconfig.json 2>&1)",
"Bash(node -e \"const p=require\\('./package.json'\\); console.log\\(JSON.stringify\\(p.scripts,null,2\\)\\)\")",
"Bash(node -e \"let s='';process.stdin.on\\('data',d=>s+=d\\).on\\('end',\\(\\)=>{try{console.log\\(Object.keys\\(JSON.parse\\(s\\).targets||{}\\)\\)}catch\\(e\\){console.log\\('no project.json'\\)}}\\)\")"
]
}
}