Introduced IAppTitleService for platform-agnostic environment badge in the app title ("[PROD]" or "[DEV] FruitBank"), with implementations for Web (document.title), MAUI (window title), and server (no-op). Registered the service per platform in DI. MainLayout now updates the title reactively on environment changes via FruitBankConstClient.IsProdChanged. Improved event handling and prevented redundant environment hydration calls. No business logic affected; changes are UI/infrastructure only.
|
||
|---|---|---|
| .. | ||
| Loggers | ||
| SignalRs | ||
| IAppTitleService.cs | ||
| IFormFactor.cs | ||
| IMeasurementService.cs | ||
| ISecureCredentialService.cs | ||
| MeasurementService.cs | ||
| README.md | ||
README.md
Services
Business logic, SignalR client, measurement helpers, and platform abstractions.
Key Files
IFormFactor.cs— Interface for device form factor detection.IMeasurementService.cs— Measurement operation interface.MeasurementService.cs— CSS styling for MeasuringStatus, pallet item creation/validation, status badge/text generation, shipping-level status calculation.
Subfolders
| Folder | Purpose |
|---|---|
Loggers/ |
LoggerClient and LoggerClient extending AyCode logger |
SignalRs/ |
FruitBankSignalRClient hub client + DataSource wrappers |