Merge branch 'dev' into p16-w1-foundation

# Conflicts:
#	DeepDrftPublic.Client/Controls/SharePopover.razor.cs
This commit is contained in:
daniel-c-harvey
2026-06-19 13:28:50 -04:00
18 changed files with 593 additions and 58 deletions
+1
View File
@@ -25,6 +25,7 @@ public static class Startup
services.AddScoped<IReleaseDataService, ReleaseClientDataService>();
services.AddScoped<ReleaseDetailViewModel>();
services.AddScoped<CutDetailViewModel>();
services.AddScoped<FramePlayerViewModel>();
// Home hero stats read surface — same HTTP posture as the track/release clients.
services.AddScoped<StatsClient>();