mitgliederverwaltung/test/mv_web/member_live
Moritz 98dc73ee37
refactor: fix credo warnings and format code
- Replace Enum.map/2 |> Enum.join/2 with Enum.map_join/3 for efficiency
- Refactor get_existing_form_values to reduce cyclomatic complexity
- Replace length/1 with Enum.empty?/1 for better performance
- Update gettext translations
2025-12-18 15:10:07 +01:00
..
index fix: normalize checkbox value and improve UI layout 2025-12-18 15:08:35 +01:00
form_membership_fee_type_test.exs fix: normalize checkbox value and improve UI layout 2025-12-18 15:08:35 +01:00
index_custom_fields_accessibility_test.exs test: use data-testids instead of regex in a11y tests 2025-12-16 14:55:50 +01:00
index_custom_fields_display_test.exs test: restore deleted tests with dynamic field visibility support 2025-12-03 18:13:30 +01:00
index_custom_fields_edge_cases_test.exs formatting 2025-12-01 08:50:06 +01:00
index_custom_fields_sorting_test.exs formatting 2025-12-01 08:50:06 +01:00
index_field_visibility_test.exs refactor: cleanup dropdown_menu component (required attr, remove redundant defaults, fix checkbox) 2025-12-03 18:42:49 +01:00
index_member_fields_display_test.exs Refactor column visibility logic 2025-12-02 14:18:27 +01:00
index_membership_fee_status_test.exs fix: normalize checkbox value and improve UI layout 2025-12-18 15:08:35 +01:00
index_test.exs test: add tests for disabled button states in member index 2025-12-16 14:53:10 +01:00
membership_fee_integration_test.exs refactor: fix credo warnings and format code 2025-12-18 15:10:07 +01:00
show_membership_fees_test.exs refactor: fix credo warnings and format code 2025-12-18 15:10:07 +01:00