fix(v2): reviewer bugfixes — scroll, block-status, NaN guard, dead code cleanup
CI - Build & Test / Backend (.NET) (push) Failing after 22s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 15s
CI - Build & Test / Security Check (push) Successful in 3s

This commit is contained in:
2026-06-12 00:51:42 +02:00
parent 166c9f9051
commit 6023b5ea24
7 changed files with 941 additions and 22 deletions
@@ -62,7 +62,7 @@ defineEmits<{
@click="$emit('blockerClick')"
>
<span class="dot block"></span>
{{ blockerCount }} {{ blockerCount === 1 ? 'Blocker' : 'Blocker' }}
{{ blockerCount }} Blocker
</button>
</div>
</template>