feat: unify real activity tracking, admin monitoring, and error UX

This commit is contained in:
Stalin
2026-04-19 17:50:53 +05:30
parent cfc159d105
commit 9115fc5ffd
86 changed files with 9002 additions and 2838 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export default function ExamLandingPage() {
onChange={(e) => setExamCode(e.target.value.toUpperCase())}
onKeyPress={handleKeyPress}
placeholder="Enter exam code (e.g. ABC123)"
className="flex-1 p-4 bg-gray-700 border border-gray-600 rounded-lg text-center text-xl font-mono tracking-widest"
className="flex-1 p-4 bg-gray-700 border border-gray-600 rounded-lg text-center text-xl font-mono tracking-widest text-white placeholder-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500"
maxLength={6}
/>
<button