feat(ecosystem): full Grade 10 curriculum sync, real device fingerprinting, teacher video dashboard, and official textbook assets

This commit is contained in:
Hamza-Ayed
2026-09-11 16:46:40 +03:00
parent fc8f874bf9
commit d1bc39604b
404 changed files with 118547 additions and 1093 deletions
@@ -172,7 +172,11 @@ class TeacherMonetizationCubit extends Cubit<TeacherMonetizationState> {
isLoading: false,
));
} catch (_) {
emit(state.copyWith(isLoading: false));
emit(state.copyWith(
isLoading: false,
financialUnavailable: true,
financialMessage: 'قيد التفعيل المؤسسي — بانتظار اعتماد سياسة كليك والربط البنكي الرسمي ومطابقة الدقائق التعليمية المستحقة.',
));
}
}