feat(payments): track household payment confirmations

This commit is contained in:
2026-03-10 17:00:45 +04:00
parent fb85219409
commit 1988521931
31 changed files with 4795 additions and 19 deletions

View File

@@ -270,6 +270,18 @@ button {
margin-top: 6px;
}
.balance-status.is-credit {
color: #95e2b0;
}
.balance-status.is-settled {
color: #d6d0c9;
}
.balance-status.is-due {
color: #f7b389;
}
.home-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}