Enhanced Logbook layout
This commit is contained in:
@@ -22,6 +22,9 @@ final attendanceDateRangeProvider = StateProvider<ReportDateRange>((ref) {
|
||||
);
|
||||
});
|
||||
|
||||
/// Filter for logbook users (multi-select). If empty, all users are shown.
|
||||
final attendanceUserFilterProvider = StateProvider<List<String>>((ref) => []);
|
||||
|
||||
/// All visible attendance logs (own for standard, all for admin/dispatcher/it_staff).
|
||||
final attendanceLogsProvider = StreamProvider<List<AttendanceLog>>((ref) {
|
||||
final client = ref.watch(supabaseClientProvider);
|
||||
|
||||
Reference in New Issue
Block a user