FruitBankHybridApp/FruitBankHybrid.Shared/Components
Loretta f70cb237d8 Add quick-filter panel support to MgGridBase
Introduced a FilterPanel slot and supporting components for per-field quick filtering in DevExpress Blazor grids. Added MgGridFilterPanelBase and MgTagBox for declarative, AND-combined field filters. Updated IMgGridBase and base classes to support SetFieldQuickFilter. Documented the extension in ADR 0004 and clarified SearchText handling. Registered DevExpress docs fetch domain and performed minor cleanups.
2026-07-15 15:20:44 +02:00
..
FileUploads improvements, fixes, etc... 2025-11-03 06:45:05 +01:00
Grids Add environment guard & EKÁER NAV submit; test safety 2026-07-13 19:00:13 +02:00
StockTakings Add RefreshStockTakingItem support and UI error handling 2026-03-04 15:22:51 +01:00
GridDetailOrderDto.razor Előrendelés 2026-05-12 16:18:14 +02:00
GridDetailOrderItemDto.razor Enhance grids: add links, format dates, show modifiers 2026-02-23 18:04:43 +01:00
GridDetailOrderItemPallets.razor Enhance grids: add links, format dates, show modifiers 2026-02-23 18:04:43 +01:00
GridProductDto.cs Add URL link support to grid columns and info panel 2025-12-22 14:37:56 +01:00
GridProductDtoTemplate.razor InfoPanel: custom edit templates & null edit model fix 2026-07-12 08:36:20 +02:00
GridShippingDocument.razor InfoPanel: custom edit templates & null edit model fix 2026-07-12 08:36:20 +02:00
GridShippingItemPallets.razor Enhance grids: add links, format dates, show modifiers 2026-02-23 18:04:43 +01:00
GridShippingItemTemplate.razor Előrendelés 2026-05-12 16:18:14 +02:00
MgGridBase.cs Add quick-filter panel support to MgGridBase 2026-07-15 15:20:44 +02:00
OrderNotificationToast.razor notification 2025-11-01 01:06:40 +01:00
PalletItemComponent.razor Refactor SignalR, pallet editing, and error handling 2026-03-06 14:27:22 +01:00
README.md Document FruitBankGridBase and update grid conventions 2026-03-29 18:30:33 +02:00

README.md

Components

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.
  • 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