mitgliederverwaltung/lib
Moritz fb91f748c2 perf: optimize member index selection calculations
Calculate selected_count, any_selected? and mailto_bcc once in assigns
instead of recalculating Enum.any? and Enum.count multiple times in template.
This improves render performance and makes the template code more readable.
2025-12-16 14:50:52 +01:00
..
accounts fix: request scopes email and profile 2025-12-03 22:02:23 +01:00
membership chore: remove immutable from custom fields 2025-12-16 14:35:00 +01:00
membership_fees fix(membership-fees): add DB constraints for enum and decimal precision 2025-12-11 18:46:48 +01:00
mv feat(membership-fees): add database schema and Ash domain structure 2025-12-11 18:46:48 +01:00
mv_web perf: optimize member index selection calculations 2025-12-16 14:50:52 +01:00
mv.ex Add generated starter app 2025-03-18 15:05:27 +01:00
mv_web.ex feat: migration to phoenix 1.8 - fix formatting 2025-07-17 18:01:14 +02:00