mitgliederverwaltung/lib/mv_web/live/user_live
Moritz 6d10b9799d 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 14:05:46 +01:00
..
form.ex Use current_actor/1 helper in all LiveViews 2026-01-09 05:26:06 +01:00
index.ex refactor: Replace bang calls with error handling in Index LiveViews 2026-01-13 14:05:46 +01:00
index.html.heex fix linting errors 2026-01-07 10:59:20 +01:00
show.ex Use current_actor/1 helper in all LiveViews 2026-01-09 05:26:06 +01:00