feat(hints): visualize completed rows and columns

This commit is contained in:
2026-02-19 06:24:56 +01:00
parent 4138c99e20
commit 43629d72a4
6 changed files with 116 additions and 5 deletions

View File

@@ -247,10 +247,10 @@ watch(() => store.size, async () => {
<div class="corner-spacer"></div>
<!-- Column Hints -->
<Hints :hints="colHints" orientation="col" :size="gridCols" :activeIndex="activeCol" />
<Hints :hints="colHints" orientation="col" :size="gridCols" :activeIndex="activeCol" :completedLines="store.completedCols" />
<!-- Row Hints -->
<Hints ref="rowHintsRef" :hints="rowHints" orientation="row" :size="gridRows" :activeIndex="activeRow" />
<Hints ref="rowHintsRef" :hints="rowHints" orientation="row" :size="gridRows" :activeIndex="activeRow" :completedLines="store.completedRows" />
<!-- Grid -->
<div