feat(phase3): phase 7 - integration & polish

Fix all build/type/lint errors, write 46 new tests (222 total across
20 files), regenerate Prisma client, update seed with user preferences.
Fix SvelteSet usage, add {#each} keys, clean unused imports.
This commit is contained in:
2026-03-25 01:12:11 +03:00
parent dd6958b4d6
commit 7d8a8fb0fc
14 changed files with 1223 additions and 34 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
aria-label="Status history sparkline"
class="inline-block align-middle"
>
{#each bars as bar}
{#each bars as bar, idx (idx)}
<rect
x={bar.x}
y={2}