feat: edit transactions
This commit is contained in:
parent
145eed9eef
commit
283a157b29
11 changed files with 998 additions and 14 deletions
|
|
@ -61,7 +61,11 @@ templ SpaceAccountTransactionsPage(props SpaceAccountTransactionsPageProps) {
|
|||
}
|
||||
}
|
||||
@card.Content() {
|
||||
@blocks.TransactionList(props.Transactions)
|
||||
@blocks.TransactionList(blocks.TransactionListProps{
|
||||
SpaceID: props.SpaceID,
|
||||
AccountID: props.AccountID,
|
||||
Transactions: props.Transactions,
|
||||
})
|
||||
}
|
||||
if props.TotalPages > 1 {
|
||||
@card.Footer() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue