feat(go): M6.2 — adults page (table, filters, credits/debts/unmatched, Pay buttons) #27

Merged
kacerr merged 4 commits from feat/go-m6-2-adults-page into main 2026-05-08 10:35:21 +02:00
Showing only changes of commit 464eeeb2b1 - Show all commits

View File

@@ -42,6 +42,7 @@
</div>
{{if .Data.Results}}
<div class="table-container">
<table>
<thead>
<tr>
@@ -85,6 +86,7 @@
</tr>
</tbody>
</table>
</div>
{{else}}
<div class="description">No members found.</div>
{{end}}