feat(miniapp): show payment activity in dashboard

This commit is contained in:
2026-03-10 17:16:16 +04:00
parent 1b490fa4a5
commit c292518760
7 changed files with 135 additions and 15 deletions

View File

@@ -88,8 +88,9 @@ export interface MiniAppDashboard {
}[]
ledger: {
id: string
kind: 'purchase' | 'utility'
kind: 'purchase' | 'utility' | 'payment'
title: string
paymentKind: 'rent' | 'utilities' | null
amountMajor: string
currency: 'USD' | 'GEL'
displayAmountMajor: string