From 1eb314e8cb7d61d78e69d03ab0ef36362a1e4d88 Mon Sep 17 00:00:00 2001 From: Diego Imbert Date: Mon, 31 Aug 2026 05:15:16 +0200 Subject: [PATCH] feat(datatables): fold removing a data table into its row menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The menu takes the place the close button held at the end of the row, and migrations and permissions grey out while the row has unsaved edits — they act on the saved data table, which an unsaved one is not. --- .../DataTableSettings.svelte | 47 +++++++++++-------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/frontend/src/lib/components/workspaceSettings/DataTableSettings.svelte b/frontend/src/lib/components/workspaceSettings/DataTableSettings.svelte index 553e662eaa..1b572e6aa7 100644 --- a/frontend/src/lib/components/workspaceSettings/DataTableSettings.svelte +++ b/frontend/src/lib/components/workspaceSettings/DataTableSettings.svelte @@ -51,13 +51,11 @@