Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update metadata for public deployment

+1 -4
-2
.dockerignore
··· 1 1 node_modules 2 2 dist 3 3 .git 4 - .chainlink 5 - .claude 6 4 deploy 7 5 tests 8 6 *.test.ts
-1
.gitignore
··· 4 4 *.db-wal 5 5 *.db-shm 6 6 .env 7 - .claude/worktrees/ 8 7 test-results/ 9 8 playwright-report/ 10 9 blob-report/
+1 -1
tests/calendar-mini-day-aria.test.ts
··· 2 2 import { formatLongDate } from '../src/calendar/helpers.js'; 3 3 4 4 /** 5 - * Regression test for chainlink #696: 5 + * Regression test for issue: 6 6 * Mini-calendar day cells (`.cal-mini-day` buttons) contained only a day 7 7 * number with no aria-label, so screen readers said "button, 29" with no 8 8 * date context.