From ea1b2ea6e4c4f4bf23dcd90165bd9cc388d2193b Mon Sep 17 00:00:00 2001 From: OlgunR Date: Fri, 27 Mar 2026 09:54:23 +0100 Subject: [PATCH] Update band editor label and move page size selector Changed band editor toggle label to "Layout" in both CatalogsGrid.razor and MassDataGrid.razor. Relocated the page size selector in MassDataGrid.razor to appear after the band editor section for improved layout consistency. --- .../Components/CatalogsGrid.razor | 2 +- .../Components/MassDataGrid.razor | 27 ++++++++++--------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/DbFirst.BlazorWebApp/Components/CatalogsGrid.razor b/DbFirst.BlazorWebApp/Components/CatalogsGrid.razor index 5324e66..3c5e6eb 100644 --- a/DbFirst.BlazorWebApp/Components/CatalogsGrid.razor +++ b/DbFirst.BlazorWebApp/Components/CatalogsGrid.razor @@ -27,7 +27,7 @@ else
@if (bandEditorExpanded) { diff --git a/DbFirst.BlazorWebApp/Components/MassDataGrid.razor b/DbFirst.BlazorWebApp/Components/MassDataGrid.razor index db7eb27..5cf80e0 100644 --- a/DbFirst.BlazorWebApp/Components/MassDataGrid.razor +++ b/DbFirst.BlazorWebApp/Components/MassDataGrid.razor @@ -24,22 +24,11 @@ else if (items.Count == 0) } else { -
- Datensätze je Seite: - -
- +
@if (bandEditorExpanded) { @@ -75,6 +64,18 @@ else }
+
+ Datensätze je Seite: + +
+