feat(settlement): add receipt handling and detail view for settlements

This commit is contained in:
hamed
2026-06-25 17:34:39 +03:30
parent 71edc772c8
commit 694ee28787
11 changed files with 484 additions and 3 deletions
+1 -2
View File
@@ -519,8 +519,7 @@ table.t tbody tr:last-child td { border-bottom: none; }
.cell-user { display: flex; align-items: center; gap: 11px; }
.cell-user b { font-weight: 700; font-size: 13.5px; color: var(--text); }
.cell-user small { color: var(--text-3); font-size: 11.5px; }
.row-actions { display: flex; gap: 6px; opacity: 0; transition: opacity .15s; }
table.t tbody tr:hover .row-actions { opacity: 1; }
.row-actions { display: flex; gap: 6px; opacity: 1; transition: opacity .15s; }
.mini-btn {
width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center;
color: var(--text-3); transition: .14s; cursor: pointer; border: none; background: none;