Skip to content

Commit 8eb93b2

Browse files
Iskander-Agentwyslszclaude
committed
fix: dynamic developer count + clarify voiced urgency label (public/index.html)
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>
1 parent 42c1544 commit 8eb93b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ <h4>Ecosystem</h4>
492492
<div class="index-info">
493493
<div class="index-level">Bitcoin Quantum Readiness<span class="index-level-tag" style="background:${levelBg[comp.current_level]||'var(--red-bg)'};color:${levelColors[comp.current_level]||'var(--red)'}">${comp.current_level}</span></div>
494494
<div style="display:flex;gap:2rem;margin:1rem 0;flex-wrap:wrap">
495-
<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</span><br><span style="font-size:0.75rem;color:var(--text-muted)">${voiced.voices_count} developers with verifiable statements</span></div>
495+
<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>
496496
<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>
497497
</div>
498498
<p class="index-explain">${comp.formula}</p>

0 commit comments

Comments
 (0)