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