From a38adb77c54d087b5386f2e82622f175291e73d2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:28:59 +0000 Subject: [PATCH 1/2] Initial plan From 7d9d1ac6988611e36aa94976060f49726b3da17e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:30:48 +0000 Subject: [PATCH 2/2] fix(ui): fix Remove from DB button layout on settings page - Change button container from flex-col to flex-row to eliminate overlap - Move Remove from DB button to the left of the Save button - Change button color from orange to red (bg-red-600) Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- frontend/templates/settings.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/templates/settings.html b/frontend/templates/settings.html index 30b3ffed..c41d90ad 100644 --- a/frontend/templates/settings.html +++ b/frontend/templates/settings.html @@ -186,7 +186,19 @@ -
+
+ -