From 286133957be4d0ae3fe6e76840cad6273fe57763 Mon Sep 17 00:00:00 2001 From: busya Date: Wed, 17 Jun 2026 15:22:05 +0300 Subject: [PATCH] refactor(frontend): migrate remaining EmptyState patterns (8 files) Replaced hand-rolled border-dashed empty states with : - HealthMatrix, ProviderConfig, ApiKeysTab, dashboards/+page, git/+page, MetricsTable, ColumnsTable, DashboardDataGrid Table empty states wrapped in . Custom SVG icons preserved via {#snippet icon()}. --- .../dashboard/DashboardDataGrid.svelte | 15 +++---- .../lib/components/health/HealthMatrix.svelte | 17 +++++--- .../lib/components/llm/ProviderConfig.svelte | 8 +--- .../lib/components/settings/ApiKeysTab.svelte | 7 +--- frontend/src/routes/dashboards/+page.svelte | 39 +++++-------------- .../src/routes/datasets/ColumnsTable.svelte | 3 +- .../src/routes/datasets/MetricsTable.svelte | 3 +- frontend/src/routes/git/+page.svelte | 8 ++-- 8 files changed, 41 insertions(+), 59 deletions(-) diff --git a/frontend/src/lib/components/dashboard/DashboardDataGrid.svelte b/frontend/src/lib/components/dashboard/DashboardDataGrid.svelte index 92d545e8..4cef74ae 100644 --- a/frontend/src/lib/components/dashboard/DashboardDataGrid.svelte +++ b/frontend/src/lib/components/dashboard/DashboardDataGrid.svelte @@ -31,7 +31,7 @@