ddshi
|
9e4b4022bd
|
feat: 优化提醒功能,修复状态保存问题
- 优化提醒分组逻辑,精确判断过期时间
- 已完成但未过期的提醒仍显示在主列表(划掉状态)
- 修复 checkbox 点击事件处理
- 添加乐观更新,UI 即时响应
- 添加归档页和设置页路由
- 修复后端 is_completed 字段验证问题
|
2026-02-03 13:19:06 +08:00 |
|
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 |
|