Polish settings and admin system pages

This commit is contained in:
2026-03-28 15:30:21 +01:00
parent 4103f84f85
commit 0694cba722
10 changed files with 604 additions and 217 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ export default function BackupCard() {
link.remove();
window.setTimeout(() => URL.revokeObjectURL(url), 5000);
toast(t("backupDownloaded"), "success");
} catch {
toast(t("backupFailed"), "error");
} catch (error: any) {
toast(getApiErrorMessage(error, t("backupFailed")), "error");
} finally {
setDownloading(false);
}