mitgliederverwaltung/test/mv_web
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
..
components test: restore deleted tests with dynamic field visibility support 2025-12-03 18:13:30 +01:00
controllers test updated 2025-12-01 10:43:19 +01:00
helpers fix: normalize checkbox value and improve UI layout 2025-12-18 15:08:35 +01:00
live fix: normalize checkbox value and improve UI layout 2025-12-18 15:08:35 +01:00
member_live refactor: fix credo warnings and format code 2025-12-18 15:10:07 +01:00
user_live Hide OIDC ID and ID columns for users 2025-12-03 14:20:14 +01:00
locale_test.exs add further locale tests 2025-06-18 23:35:43 +02:00