- Added PartnerDepots navigation to Partner entity/interface - Introduced GridPartnerDepot component and detail tab in partner grid - Added EKÁER menu entry with icon and supporting styles - Moved partner/cargo tests to FruitBankPartnerTests; added PartnerDepot tests - Improved test assertions for clarity - Enabled AOT compilation by default in project file - Updated SignalR binary protocol doc with send-path analysis |
||
|---|---|---|
| .. | ||
| MainLayout.razor | ||
| MainLayout.razor.cs | ||
| MainLayout.razor.css | ||
| NavMenu.razor | ||
| NavMenu.razor.css | ||
| README.md | ||
README.md
Layout
Application shell: root layout, navigation menu, auto-login, and toast notifications.
Key Files
MainLayout.razor— Root layout with navigation menu.MainLayout.razor.cs— SignalR message handling, auto-login on first render, toast notification for orders, login/logout handling, navigation guards.NavMenu.razor— Navigation component.