Files
cameleer-saas/ui
hsiegeln 088bc34e67
All checks were successful
CI / build (push) Successful in 2m9s
CI / docker (push) Successful in 1m28s
fix(ui): extract meaningful error messages from API responses
Introduces ApiError class in client.ts that parses Spring Boot error
bodies to extract human-readable messages (message, error, detail fields).
Adds errorMessage() helper used by all toast descriptions instead of
raw String(err) which dumped JSON blobs to the user.

Affected: all 10 page components that display error toasts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-26 21:10:28 +02:00
..