Skip to content

Commit

Permalink
Merge pull request #63 from enrique-lozano/feat/tr_list_improvements
Browse files Browse the repository at this point in the history
Display next transactions on recurrencies
  • Loading branch information
enrique-lozano authored Oct 24, 2023
2 parents 2744272 + 86e210c commit 344ad8f
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 169 deletions.
8 changes: 5 additions & 3 deletions lib/app/transactions/recurrent_transactions_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ class _RecurrentTransactionPageState extends State<RecurrentTransactionPage> {
prevPage: const RecurrentTransactionPage(),
periodicityInfo: periodicity,
showGroupDivider: false,
onEmptyList: EmptyIndicator(
title: t.general.empty_warn,
description: t.recurrent_transactions.empty),
onEmptyList: Center(
child: EmptyIndicator(
title: t.general.empty_warn,
description: t.recurrent_transactions.empty),
),
),
),
const Divider(endIndent: 16, indent: 16),
Expand Down
Loading

0 comments on commit 344ad8f

Please sign in to comment.