feat: guard interactivity-gap controls until WASM hydrates (PLAN 2.4)

This commit is contained in:
daniel-c-harvey
2026-06-08 13:31:54 -04:00
parent a2814fc939
commit c086d03776
4 changed files with 7 additions and 3 deletions
@@ -18,7 +18,7 @@
<div class="dd-nav-actions">
<button type="button"
class="dd-nav-cta"
disabled="@_streamLoading"
disabled="@(_streamLoading || !RendererInfo.IsInteractive)"
aria-busy="@_streamLoading.ToString().ToLowerInvariant()"
@onclick="StreamNow">
@if (_findingTrack)
@@ -80,7 +80,7 @@
<li>
<button type="button"
class="dd-nav-cta"
disabled="@_streamLoading"
disabled="@(_streamLoading || !RendererInfo.IsInteractive)"
aria-busy="@_streamLoading.ToString().ToLowerInvariant()"
@onclick="StreamNowMobile">
@if (_findingTrack)