FruitBankHybridApp/FruitBankHybrid.Shared/Components
Loretta a0f7ac6a29 Refactor grid InfoPanel: sticky, responsive, new icons
- Redesigned MgGridInfoPanel to use a sticky, scroll-aware layout via JavaScript for better UX when scrolling.
- InfoPanel now uses a responsive CSS grid layout with container queries for 1/2/3 column display based on width.
- Added new toolbar icons using SVG masks for a modern, consistent look; updated toolbar item class names.
- Added "Prev Row" and "Next Row" navigation buttons to the grid toolbar, with corresponding methods in grid base classes.
- Unified edit state enum naming to MgGridEditState and updated all references.
- Improved InfoPanel cell rendering for better text overflow handling and tooltips.
- Updated CSS for InfoPanel and grid, including sticky pane support and icon styles.
- Registered mgGridInfoPanel.js in App.razor and index.html for JS interop.
- Minor UI/UX tweaks: InfoPanel header, background colors, and panel sizing.
2025-12-17 10:20:18 +01:00
..
FileUploads improvements, fixes, etc... 2025-11-03 06:45:05 +01:00
Grids Refactor grid editing, info panel, and toolbar system 2025-12-17 06:21:21 +01:00
StockTakings Refactor, enhance, and improve test coverage 2025-12-08 15:50:57 +01:00
Toolbars Refactor grid InfoPanel: sticky, responsive, new icons 2025-12-17 10:20:18 +01:00
GridDetailOrderDto.razor Refactor grid editing, info panel, and toolbar system 2025-12-17 06:21:21 +01:00
GridDetailOrderItemDto.razor Refactor grid editing, info panel, and toolbar system 2025-12-17 06:21:21 +01:00
GridDetailOrderItemPallets.razor Refactor grid editing, info panel, and toolbar system 2025-12-17 06:21:21 +01:00
GridProductDto.cs improvements, fixes 2025-11-15 15:42:43 +01:00
GridProductDtoTemplate.razor Refactor grid editing, info panel, and toolbar system 2025-12-17 06:21:21 +01:00
GridShippingDocument.razor Refactor grid editing, info panel, and toolbar system 2025-12-17 06:21:21 +01:00
GridShippingItemPallets.razor improvements, fixes, etc... 2025-11-24 08:27:07 +01:00
GridShippingItemTemplate.razor Refactor grid editing, info panel, and toolbar system 2025-12-17 06:21:21 +01:00
MgGridBase.cs Refactor grid InfoPanel: sticky, responsive, new icons 2025-12-17 10:20:18 +01:00
OrderNotificationToast.razor notification 2025-11-01 01:06:40 +01:00
PalletItemComponent.razor Refactor, enhance, and improve test coverage 2025-12-08 15:50:57 +01:00