Theming
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user