FruitBankHybridApp/FruitBankHybrid.Shared/Components/README.md

983 B

Components

DevExpress Blazor grid wrappers, pallet measurement components, and toast notifications.

Key Files (Root)

  • MgGridBase.cs — Base class for all DevExpress grids with layout persistence via localStorage.
  • GridProductDto.cs — Product data grid component.
  • OrderNotificationToast.razor — Toast notification for order updates.
  • Pallet components — PalletItemComponent.razor, GridShippingItemPallets.razor, GridDetailOrderItemPallets.razor.

Subfolders

Folder Purpose
Grids/ Domain-specific grid components by entity type
FileUploads/ File upload components
StockTakings/ Stock taking UI components

LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.