From 0c13dd2433aa0175faac702114c8060bba0e1457 Mon Sep 17 00:00:00 2001 From: Diego Imbert Date: Thu, 12 Mar 2026 16:57:57 +0100 Subject: [PATCH] style: pluralize "schema" to "schemas" in DB Manager export/import UI Co-Authored-By: Claude Opus 4.6 --- .../src/lib/components/DBManagerDrawer.svelte | 60 +++++++------------ 1 file changed, 23 insertions(+), 37 deletions(-) diff --git a/frontend/src/lib/components/DBManagerDrawer.svelte b/frontend/src/lib/components/DBManagerDrawer.svelte index 81cafc5938..08c0432163 100644 --- a/frontend/src/lib/components/DBManagerDrawer.svelte +++ b/frontend/src/lib/components/DBManagerDrawer.svelte @@ -8,7 +8,6 @@ import { ArrowLeft, Copy, - Database, Download, Expand, LoaderCircle, @@ -198,7 +197,7 @@ handleExportSchema() }, @@ -210,18 +209,7 @@ } } ]} - > - {#snippet buttonReplacement()} - - {/snippet} - + /> {/if} - -
{exportResult}
+
+
+					{exportResult}
+				
+
{/if} @@ -273,16 +263,12 @@ (importDrawerOpen = false)}>
- This will import the schema from the selected source into the current database. Existing + This will import the schemas from the selected source into the current database. Existing tables with the same names may be affected.
Source database - +