feat: style the banking service

This commit is contained in:
Ahmed Bouhuolia
2024-07-01 20:11:30 +02:00
parent 55caf037cd
commit 50861940a8
8 changed files with 56 additions and 46 deletions

View File

@@ -55,14 +55,17 @@ export function useUncategorizedTransactionsColumns() {
Header: 'Date',
accessor: 'formatted_date',
width: 110,
textOverview: true,
},
{
Header: 'Description',
accessor: descriptionAccessor,
textOverview: true,
},
{
Header: 'Payee',
accessor: 'payee',
textOverview: true,
},
{
Header: 'Recognize',
@@ -72,6 +75,7 @@ export function useUncategorizedTransactionsColumns() {
{
Header: 'Rule',
accessor: 'bank_rule_name',
textOverview: true,
},
{
Header: 'Deposit',