seaislee1209
5f30258112
test+fix(theme): V2 smoke test (25/25 pass) + 修复 AdminLayout 缺主题切换按钮
新增功能回归 smoke test 覆盖 V2 改动点:
test/v2-smoke.mjs — 25 个端到端检查,涵盖:
1) LoginPage + LoginModal 浅色渲染 (4 项)
2) admin 真实登录流程 + access_token 持久化 (2 项)
3) 主题切换端到端 — 默认 dark / 点切换 → light / localStorage 持久化 /
刷新保持 / 来回切换 (6 项)
4) Admin 7 个路由侧栏导航 (7 项)
5) 团管 Sidebar + 生成页 InputBar 核心元素 (4 项 + 公告 soft-skip)
收尾: 全程无 console.error / 无 page crash (2 项)
发现并修复 1 个真 bug:
AdminLayout (super admin 后台) 缺主题切换按钮。
原因:V1 只给 components/Sidebar.tsx (76px 团管侧栏) 加了 toggle 按钮,
pages/AdminLayout.tsx (220px super admin 侧栏) 漏了。super admin 无法切主题。
修复:在 AdminLayout sidebarFooter 加月亮/太阳 SVG 切换按钮,
跟 components/Sidebar 一致;收起态只显示 icon,展开态 icon + 文字。
新增 .themeToggle class 样式 (hover bg + primary color)。
验证: tsc 过 / smoke 25/25 / 无 console.error / 无 page crash
本地 commit dev 不 push
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 21:03:53 +08:00
..
2026-03-16 05:49:21 +08:00
2026-05-11 21:03:53 +08:00
2026-05-11 21:03:53 +08:00
2026-03-13 10:24:31 +08:00
2026-04-04 13:14:20 +08:00
2026-05-11 11:10:35 +08:00
2026-04-04 19:16:38 +08:00
2026-03-18 12:02:54 +08:00
2026-03-16 02:08:50 +08:00
2026-04-04 19:38:36 +08:00
2026-03-13 15:38:08 +08:00
2026-03-13 09:59:33 +08:00
2026-03-13 09:59:33 +08:00
2026-03-22 21:58:52 +08:00