FruitBankHybridApp/FruitBankHybrid.Shared/Layout/README.md

605 B

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.

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.