veza/apps/web/src/components/data
senke 0a29c544af fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors
Major categories fixed:
- TS6133 (188): Remove unused imports (React, icons, types) and variables
- TS2322 (222): Fix type mismatches in stories (satisfies Meta -> const meta: Meta),
  add nullish coalescing for optional values, fix component prop types
- TS2345 (43): Fix argument type mismatches with proper null checks and type narrowing
- TS2741 (21): Add missing required properties to mock/story data
- TS2339 (19): Fix property access on incorrect types, add type guards
- TS2353 (13): Remove extra properties from object literals or extend interfaces
- TS2352 (11): Fix type conversion chains
- TS2307 (9): Fix import paths and module references
- Other (42): Fix implicit any, possibly undefined, export declarations

Vite build and tsc --noEmit both pass cleanly.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 00:32:08 +01:00
..
table fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
Grid.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
Grid.tsx aesthetic-improvements: align spacing to 8px grid (Action 11.2.1.3) 2026-01-16 11:50:46 +01:00
List.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
List.tsx feat(ui): premium empty states + focus ring consistency 2026-02-09 23:23:09 +01:00
Table.stories.tsx fix(web): resolve all 568 TypeScript errors — tsc --noEmit now passes with zero errors 2026-02-13 00:32:08 +01:00
Table.test.tsx refactor(data): Table module, useTable, TableHeadRow, TableBodyRows, re-export, stories, tests 2026-02-06 11:22:47 +01:00
Table.tsx refactor(data): Table module, useTable, TableHeadRow, TableBodyRows, re-export, stories, tests 2026-02-06 11:22:47 +01:00
Timeline.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
Timeline.tsx ui(design): Phase 3 - rounded tokens, min-w/min-h, stories, NavigationProgress 2026-02-10 19:24:07 +01:00