FruitBankHybridApp/FruitBankHybrid.Shared/Extensions
Loretta e72f5c1cb3 Show multiline DevExpress message boxes with CSS fix
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.
2026-07-11 06:55:10 +02:00
..
DevexpressComponentExtensions.cs Show multiline DevExpress message boxes with CSS fix 2026-07-11 06:55:10 +02:00
README.md Update docs: enforce .md sync, clarify structure & TFMs 2026-03-29 09:26:16 +02:00

README.md

Extensions

DevExpress dialog helper extensions.

Key Files

  • DevexpressComponentExtensions.cs — ShowMessageBoxAsync() and ShowConfirmBoxAsync() for DevExpress dialogs.