7 Commits

Author SHA1 Message Date
ddshi
c2950c559a fix: 修复useEffect无限执行问题 (P0安全修复) 2026-01-29 16:58:52 +08:00
ddshi
7a4af33ff5 fix: 将events.getAll重命名为list匹配store调用 (P2基础页面) 2026-01-29 16:50:41 +08:00
ddshi
4dbf9b0bbc feat: 实现Home页四区布局
- 实现纪念日列表组件 (AnniversaryCard, AnniversaryList)
- 实现提醒列表组件 (ReminderCard, ReminderList)
- 实现便签编辑区 (NoteEditor) 带自动保存
- 实现AI对话框 (AIChatBox) 支持自然语言解析
- 更新HomePage实现四区布局和添加/编辑弹窗
- 更新类型定义和数据Store

Co-Authored-By: Claude (MiniMax-M2.1) <noreply@anthropic.com>
2026-01-29 15:30:33 +08:00
ddshi
d3de5d8598 feat: 初始化前端项目
- React 18 + Vite项目
- Mantine UI组件库
- Tailwind CSS配置
- Zustand状态管理
- 路由配置

Co-Authored-By: Claude (MiniMax-M2.1) <noreply@anthropic.com>
2026-01-29 15:09:09 +08:00
ddshi
8801591132 refactor: replace Supabase with self-hosted backend API 2026-01-29 12:58:49 +08:00
ddshi
e1f2c8d536 feat: configure Tailwind CSS, Mantine, Supabase client, and routing 2026-01-29 12:52:28 +08:00
ddshi
f932e80f51 feat: initial Vite + React + TypeScript project 2026-01-29 12:47:05 +08:00