Jason Woltje
8a24c2f5fd
fix: code review cleanup
- Added missing API functions: fetchKnowledgeStats, fetchEntryGraph
- Exported StatsDashboard and EntryGraphViewer components
- Replaced 'any' types with proper TypeScript types:
* AuthUser for @CurrentUser parameters
* Prisma.KnowledgeEntryWhereInput for where clauses
* Prisma.KnowledgeEntryUpdateInput for update data
* Prisma.TransactionClient for transaction parameters
- All TypeScript checks passing
- XSS protection verified in WikiLinkRenderer (escapeHtml function)
- Wiki-link parsing properly handles code blocks and escaping
2026-01-30 00:12:13 -06:00
..
2026-01-30 00:06:48 -06:00
2026-01-30 00:06:48 -06:00
2026-01-29 23:36:41 -06:00
2026-01-29 17:05:48 -06:00
2026-01-29 16:59:26 -06:00
2026-01-29 23:25:29 -06:00
2026-01-29 16:59:26 -06:00
2026-01-29 17:05:48 -06:00
2026-01-30 00:06:48 -06:00
2026-01-30 00:12:13 -06:00
2026-01-29 23:25:29 -06:00
2026-01-29 23:34:28 -06:00
2026-01-30 00:06:48 -06:00