feat: enhance export and import workflows with improved error handling and notifications

This commit is contained in:
2025-11-10 18:44:42 +01:00
parent 43b1e53837
commit e2465188c2
6 changed files with 127 additions and 13 deletions

View File

@@ -95,6 +95,11 @@ document.addEventListener("DOMContentLoaded", () => {
uploadButton.classList.add("loading");
// Actual upload logic handled separately (e.g., fetch).
NotificationCenter?.show({
message: "Upload started…",
level: "info",
timeout: 2000,
});
});
});
});