feat(web): shared status-aware error-message helper + MutationError component (#63)

This commit is contained in:
2026-06-08 17:17:14 +02:00
parent 17bfd3e9d8
commit cad5a980c5
8 changed files with 111 additions and 29 deletions
+7
View File
@@ -61,6 +61,13 @@
"editLink": "Edit the record",
"illegalError": "That visibility change isn't allowed."
},
"errors": {
"forbidden": "You don't have permission to do that.",
"notFound": "That item no longer exists.",
"conflict": "That conflicts with existing data.",
"validation": "Some values weren't accepted.",
"server": "The server had a problem. Please try again."
},
"toast": {
"created": "Created",
"saved": "Saved",