Added My Schedule tab in attendance screen

Allow 1 Day, Whole Week and Date Range swapping
This commit is contained in:
2026-03-22 11:52:25 +08:00
parent ba155885c0
commit 049ab2c794
17 changed files with 2515 additions and 305 deletions
+5
View File
@@ -344,6 +344,11 @@ class StreamRecoveryWrapper<T> {
}
}
/// Immediately fetch fresh data via REST without restarting the realtime
/// subscription. Use this as a periodic safety net for missed realtime events
/// (e.g., when the table is not yet in the supabase_realtime publication).
Future<void> pollNow() async => _pollOnce();
/// Manually trigger a recovery attempt.
void retry() {
_recoveryAttempts = 0;