4 Commits

Author SHA1 Message Date
ddshi
a118346238 fix(auth): 修复登录持久化和路由重定向问题
- 注册成功后直接跳转首页,无需重新登录
- 优化useAuthLoader使用useRef避免闪烁
- 统一错误处理格式
- 修复HTML标签嵌套错误
- 添加XSS防护(rehype-sanitize)
- 修复API credentials配置

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-29 20:04:37 +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
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