From 92bc5c78fd95cdd76be6ac343a3281be19127ade Mon Sep 17 00:00:00 2001 From: gwdgithubnom Date: Wed, 27 May 2026 16:26:43 +0800 Subject: [PATCH] fix(ui): move 'add entry' button to entries toolbar --- .../sheets/forms/BaseProviderForm.tsx | 26 ++++++++++--------- .../sheets/forms/sharedForm.module.scss | 4 +++ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/src/features/providers/sheets/forms/BaseProviderForm.tsx b/src/features/providers/sheets/forms/BaseProviderForm.tsx index 03dd197..232d937 100644 --- a/src/features/providers/sheets/forms/BaseProviderForm.tsx +++ b/src/features/providers/sheets/forms/BaseProviderForm.tsx @@ -635,7 +635,20 @@ export function BaseProviderForm({ defaultOpen >
-
+
+ {/* Add entry button on the left */} + + {/* Test all button on the right */}
) : null} diff --git a/src/features/providers/sheets/forms/sharedForm.module.scss b/src/features/providers/sheets/forms/sharedForm.module.scss index 1e5773f..f3079c3 100644 --- a/src/features/providers/sheets/forms/sharedForm.module.scss +++ b/src/features/providers/sheets/forms/sharedForm.module.scss @@ -221,6 +221,10 @@ margin-bottom: 2px; } +.entriesToolbarSplit { + justify-content: space-between; +} + .connectivityRow { display: flex; align-items: center;