4 Commits

Author SHA1 Message Date
MikiVL
b02f23729b 修复笔记侧边栏多个 bug
- 移除管理员面板入口(UserMenu 中的按钮和相关 import)
- 修复重复文件夹问题:seed 判断同时检查 notes 和 folders 数量
- 文件夹新增 hover 删除按钮,附带确认弹窗
- 文件夹区域添加 overflow-y-auto 和 maxHeight 限制,防止过多文件夹遮挡笔记列表

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-26 09:02:27 +08:00
MikiVL
e44af4b1cd feat: Note 添加 deletedAt 软删除字段,Dexie 升级 v2 2026-05-05 04:48:00 +08:00
MikiVL
bf2b16c78c feat: add welcome view, fix duplicate seeding, add star/delete UI
- Replace editable intro note with a static read-only WelcomeView component
- Add "使用指南" sidebar nav item always pointing to WelcomeView
- Fix React StrictMode double-seed race condition via module-level Promise singleton
- Add deduplicateDB() to clean up already-inserted duplicates on startup
- Add star button in editor title bar and sidebar note hover row
- Add visible delete button on note item hover in sidebar
- Default activeNoteId to '__welcome__' sentinel; deleted notes return to WelcomeView

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-02 19:16:50 +08:00
MikiVL
45871ac481 Initial commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-02 14:36:32 +08:00