mitgliederverwaltung/lib/mv_web/live/member_live
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
..
index refactor: DRY - use Mv.Constants.custom_field_prefix() instead of string literals 2025-12-03 18:47:27 +01:00
form.ex feat: reuse form_section in settings 2025-12-04 12:32:24 +01:00
index.ex perf: optimize member index selection calculations 2025-12-16 14:50:52 +01:00
index.html.heex perf: optimize member index selection calculations 2025-12-16 14:50:52 +01:00
show.ex fix: improve gettext translations and deduplicate email formatting in member views 2025-12-03 15:30:09 +01:00