fix: production readiness bugfix batch

- Security: JWT fallback removed, auth checks on unprotected endpoints
- Build: tsconfig excludes tests, ESLint flat config fixed
- Money: Cashout deducts balance in transaction, UI refreshes
- Core Chat: Nur page wired to send/receive messages
- Profile: Replaced hardcoded data with useAuth()
- Forum: Fixed thread detail query, premium check on posts
- Misc: /dua→/prayer, forum thread API handles ?id= param

QA gate: pending
This commit is contained in:
FalahMobile
2026-07-06 20:20:31 +08:00
parent 9f33038c37
commit d7b2d19359
13 changed files with 382 additions and 53 deletions
+7 -1
View File
@@ -31,9 +31,15 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@playwright/test": "^1.52.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"jsdom": "^26.0.0",
"tailwindcss": "^4",
"typescript": "^5"
"typescript": "^5",
"vitest": "^3.1.1"
}
}