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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user