feat(frontend): CodexSkin/Desktop/settings 子 UI 移植 + 删旧前端 — Stage 6#508
feat(frontend): CodexSkin/Desktop/settings 子 UI 移植 + 删旧前端 — Stage 6#508Cmochance wants to merge 4 commits into
Conversation
…tage 6 FineTune 顶部 5 tab(providers/proxy/usage/codex/settings)不含 Dashboard; Guide 引导内容并入文档。移除 2 路由 + 删 stub 页。i18n 死键留待最终 i18n pass 清。 Refs MOC-254
…Stage 6 - CodexSkin 主题注入页(grid + MOC-102 徽章派生 + 删/隐藏 + 1:1 裁剪上传 + 重启对话框) - Desktop 配置页(状态 + 复制环境变量命令 + 还原原配置) - settings 三子 UI:residual 反投毒自检 / snapshot 恢复 / diagnostic 诊断查看器 - api/desktop.ts 收编 theme/desktop/residual/snapshot/trace 全端点;useCodexRestore 共享还原流 - 删旧 frontend/js + css + vendor(Bootstrap)+ gallery.html(83 文件),Vue 重构达成 parity - i18n 补 23 key(zh/en 对称)+ 修 providers.baseUrl off-by-one;Rust 注释 + README 前端栈指针同步 Refs MOC-254
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 45e8548a49
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
AGENTS.md 要求 user-visible README 改动中英同改;补 README.en.md 漏掉两处: 前端「mid-migration」→ 完全重构、技术栈 Bootstrap/vanilla → Vue 3 + Vite + TS。 Refs MOC-254
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1900c03af1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…eview start 在途时用户切回 off, 若 start 已成功必须补发 stop, 否则(stop 先于 start 完成的排序)诊断查看器可能在用户关闭后残留运行、继续捕获敏感流量。 Refs MOC-254
Stage 6(stacked on #507)—— 完成 Vue 重构最后一块功能 parity,并删除旧 vanilla 前端。
移植真功能
/codex-skin、/desktop删旧
frontend/js/{app,api,i18n}.js+css/+vendor/(Bootstrap)+gallery.html(共 83 文件)其它
api/desktop.ts收编 theme/desktop/residual/snapshot/trace 全端点;useCodexRestore共享「还原 Codex 原配置」流(Desktop + snapshot 复用)providers.baseUrloff-by-one后端零改动。本地
npm run build绿(vue-tsc 零错误)+ CSP 零 inline script。push 前 2-agent 本地审查:0 BLOCKER,已采纳 1 IMPORTANT(onDelete save-first)+ 3 NIT 修复。Refs MOC-254