From 0da7b67c601b98144fe0285d2990fa3c8bc8f63c Mon Sep 17 00:00:00 2001 From: Loretta Date: Sun, 22 Mar 2026 16:04:17 +0100 Subject: [PATCH] Allow info panel collapse, improve grids, update SignalR - Enable collapsing of info panel in MgGridWithInfoPanel for better UX - Refactor GridStockTakingItem columns to use nameof(), clarify bindings, and improve maintainability - Enhance MeasuringOut order selector with advanced search and clear button - Update SignalR.Core reference to 9.0.14 in project file - Minor cleanup of commented group display logic in grid --- .../Components/Grids/MgGridWithInfoPanel.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AyCode.Blazor.Components/Components/Grids/MgGridWithInfoPanel.razor b/AyCode.Blazor.Components/Components/Grids/MgGridWithInfoPanel.razor index 90441e9..ef89176 100644 --- a/AyCode.Blazor.Components/Components/Grids/MgGridWithInfoPanel.razor +++ b/AyCode.Blazor.Components/Components/Grids/MgGridWithInfoPanel.razor @@ -187,7 +187,7 @@ @GridContent - @if (ChildContent != null) {