mitgliederverwaltung/lib/mv_web/live/role_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 refactor: Use submit_form wrapper in all LiveView forms 2026-01-13 14:05:44 +01:00
helpers.ex refactor: add opts_with_actor helper and improve error formatting 2026-01-08 16:20:27 +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: improve contrast for 'No description' text to meet WCAG 2 AA 2026-01-08 16:19:02 +01:00
show.ex refactor: add opts_with_actor helper and improve error formatting 2026-01-08 16:20:27 +01:00