feature: Phase 18.6 Track A — public Settings menu + streaming-quality toggle
This commit is contained in:
@@ -11,5 +11,10 @@ public static class Startup
|
||||
builder.Services
|
||||
.AddHttpContextAccessor()
|
||||
.AddScoped<DarkModeService>();
|
||||
|
||||
// Server prerender read for public-site listener settings (Phase 18 wave 18.6), sibling to
|
||||
// DarkModeService. PublicSiteSettings itself is registered in the client Startup (shared by SSR and
|
||||
// WASM); this seeds it from the streamQuality cookie during prerender.
|
||||
builder.Services.AddScoped<SettingsService>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user