This commit is contained in:
2026-02-17 07:00:45 +08:00
parent 5f666ed6ea
commit e7c6f0d3b0
3 changed files with 12 additions and 10 deletions
+4 -3
View File
@@ -207,8 +207,10 @@ class _TasksListScreenState extends ConsumerState<TasksListScreen> {
filterHeader: filterHeader,
onRequestRefresh: () {
// For server-side pagination, update the query provider
ref.read(tasksQueryProvider.notifier).state =
const TaskQuery(offset: 0, limit: 50);
ref.read(tasksQueryProvider.notifier).state = const TaskQuery(
offset: 0,
limit: 50,
);
},
isLoading: false,
columns: [
@@ -689,7 +691,6 @@ class _StatusSummaryCard extends StatelessWidget {
return Card(
color: background,
elevation: 0,
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 12),
child: Column(
@@ -582,7 +582,6 @@ class _StatusSummaryCard extends StatelessWidget {
return Card(
color: background,
elevation: 0,
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 12),
child: Column(