You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applies @wyslsz's PR #44 improvement to the correct deployed file (public/index.html).
The root index.html had a hardcoded "52 developers" but public/index.html already used
voiced.voices_count; added the "(among developers who voiced a position)" clarifying
sub-label and made the denominator dynamic with data.length.
Co-Authored-By: wyslsz <wyslsz@users.noreply.github.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
<div><span style="font-family:'JetBrains Mono',monospace;font-size:1.5rem;font-weight:800;color:var(--orange)">${voiced.score}</span><span style="font-size:0.8rem;color:var(--text-muted)"> / 100 voiced urgency<br><span style="font-size:0.7rem;color:var(--text-muted)">(among developers who voiced a position)</span></span><br><span style="font-size:0.75rem;color:var(--text-muted)">${voiced.voices_count}of ${data.length}developers have voiced positions</span></div>
496
496
<div><span style="font-family:'JetBrains Mono',monospace;font-size:1.5rem;font-weight:800;color:var(--red)">${coverage.score}%</span><span style="font-size:0.8rem;color:var(--text-muted)"> coverage</span><br><span style="font-size:0.75rem;color:var(--text-muted)">${coverage.silent} of ${coverage.total} developers have said nothing</span></div>
0 commit comments