mitgliederverwaltung/lib/mv_web
Moritz a22081f288
refactor: Replace bang calls with error handling in Index LiveViews
- Replace Ash.get!/Ash.destroy! with Ash.get/Ash.destroy
- Add case statements for Forbidden, NotFound, and generic errors
- Display user-friendly flash messages for all error cases
- Use Enum.map_join/3 for efficient error formatting
2026-01-13 15:17:07 +01:00
..
components style: fix linting 2026-01-12 15:37:58 +01:00
controllers fix: cath all rauthy errors 2026-01-07 12:03:58 +01:00
helpers refactor: extract helper modules to remove code duplication 2026-01-08 11:22:44 +01:00
live refactor: Replace bang calls with error handling in Index LiveViews 2026-01-13 15:17:07 +01:00
member_live/index docs: correct load_cycles_for_members documentation 2025-12-26 21:40:42 +01:00
translations fix: add label for membership fee type 2026-01-08 11:39:16 +01:00
auth_overrides.ex docs: enable Credo ModuleDoc check and fix remaining modules 2025-11-13 11:20:33 +01:00
authorization.ex fix: use verified routes in navbar and improve can_access_page? 2026-01-08 16:20:27 +01:00
endpoint.ex Fix postgres errors when running tests 2025-12-03 14:47:58 +01:00
gettext.ex Add generated starter app 2025-03-18 15:05:27 +01:00
live_helpers.ex feat: Add shared helper functions for actor handling 2026-01-13 15:17:06 +01:00
live_user_auth.ex style: fix linting errors 2025-09-29 16:41:46 +02:00
locale_controller.ex refactor and docs 2025-11-13 16:33:29 +01:00
router.ex fix: add ensure_user_role_loaded to router live_session globally 2026-01-08 16:20:27 +01:00
telemetry.ex Add generated starter app 2025-03-18 15:05:27 +01:00