Added a ShowMessageBoxAsync overload to display multiple messages as separate lines using a custom CSS class (`fb-msgbox-multiline`) to preserve line breaks. Updated GridEkaerHistory.razor to use this for skipped item reporting. Extended app.css with the required style. Enhanced settings.local.json with new PowerShell commands for DevExpress.Blazor package inspection.
DevExpress Blazor grid wrappers, pallet measurement components, and toast notifications.
Key Files (Root)
MgGridBase.cs — Legacy non-generic grid base (directly extends DxGrid). Used by older pages. New grids should use FruitBankGridBase<TEntity> — see Grids/README.md.
GridProductDto.cs — Product data grid component.
OrderNotificationToast.razor — Toast notification for order updates.