update api, add loading states

This commit is contained in:
kritzl 2026-05-14 15:58:12 +02:00
commit 63e99885a4
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
4 changed files with 52 additions and 21 deletions

View file

@ -28,8 +28,10 @@ export const ui = {
"loggedOut.title": "Signed out",
"loggedOut.description": `Your session has expired and you have been logged out.<br>
Please log in again.`,
"serverError.title": "Server Error",
"serverError.title": "Server error",
"serverError.description": `Please try again later.`,
"networkError.title": "Network error",
"networkError.description": `Please check your network connection.`,
},
de: {
"dooris": "TüRIS <span class='text-neutral-content/50 text-xs'>(DOORIS)</span>",
@ -55,5 +57,7 @@ export const ui = {
Melde dich erneut an.`,
"serverError.title": "Serverfehler",
"serverError.description": `Bitte versuche es später erneut.`,
"networkError.title": "Netzwerkfehler",
"networkError.description": `Bitte überprüfe deine Internetverbindung.`,
},
} as const