feat: enhance server stats widgets and fix TypeScript/ESLint errors #394

Merged
ZacharyZcR merged 50 commits from feature-server-stats-customization into dev-1.8.0 2025-10-10 03:48:34 +00:00
Showing only changes of commit 6e6b173e23 - Show all commits

View File

@@ -158,6 +158,7 @@ export function Server({
} as any);
setHasUnsavedChanges(false);
setIsEditMode(false);
toast.success(t("serverStats.layoutSaved"));
window.dispatchEvent(new Event("ssh-hosts:changed"));
} catch (error) {