feat(giving): show Sunday attendance per session and add edit action

This commit is contained in:
Chris Chen
2026-06-24 11:40:44 -07:00
parent b0e2e112fc
commit e768f53ccc
3 changed files with 104 additions and 9 deletions
@@ -233,3 +233,13 @@
@media (prefers-reduced-motion: reduce) {
.rise { animation: none; opacity: 1; transform: none; }
}
.clickable-rows {
.k-grid-table tr { cursor: pointer; }
}
.att-total {
margin-top: 0.75rem;
font-weight: 600;
text-align: right;
}