memos/web/src/components/MemoContent
Steven b7215f46a6 refactor(web): use Radix Checkbox and remove memoTypeStats
- Replace native input with Radix UI Checkbox in TaskListItem for better accessibility and consistent styling
- Remove memoTypeStats tracking and display (link count, todo count, code count)
- Remove StatCard component and related type definitions
- Simplify statistics to only track activity calendar data and tags

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-07 08:36:15 +08:00
..
CodeBlock.tsx feat(web): enhance code blocks with copy button and fix link navigation 2025-10-28 22:06:07 +08:00
ConditionalComponent.tsx chore: remove unused syntax 2025-10-27 08:31:57 +08:00
MemoContentContext.tsx fix(web): correct task checkbox toggling in multi-section memos 2025-11-04 09:25:15 +08:00
Tag.tsx refactor: update markdown parser 2025-10-26 11:28:40 +08:00
TaskListItem.tsx refactor(web): use Radix Checkbox and remove memoTypeStats 2025-11-07 08:36:15 +08:00
index.tsx fix(web): correct task checkbox toggling in multi-section memos 2025-11-04 09:25:15 +08:00