feat(quick-start): simplify history navigation - #935
Merged
Conversation
The persistent history rail competed with the Quick Start canvas and added unnecessary visual weight. Replace it with a token-based left trigger and contextual floating panel with outside-click and Escape dismissal. Keep the canvas full-width and limit the change to Quick Start history presentation.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #935 +/- ##
=======================================
Coverage 91.27% 91.27%
=======================================
Files 193 193
Lines 13204 13204
=======================================
Hits 12052 12052
Misses 1152 1152
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
已检查 Quick Start 历史导航及页面容器的完整变更,并对照关联 issue #934 的验收条件核验:浮层入口、点击外部关闭、Escape 关闭、全宽画布和设计令牌使用均符合预期。未发现由本 PR 引入且达到报告标准的正确性、可访问性或兼容性问题。
验证:npm run test -- src/pages/quick-start/index.test.tsx(133 tests passed)、npm run typecheck、npm run lint,以及固定 SHA diff 的 whitespace 检查均通过。
xiaocheny214
approved these changes
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Quick Start 的历史入口改为轻量的左侧三横线触发器与浮层,主画布保持全宽,减少视觉割裂和无关文案。
Why
原有历史栏持续占据左侧空间,打开后又形成独立的视觉区域,与 Quick Start 主界面不协调。此次改动让历史导航按需出现,并保持当前界面的连续性。
Changes
Implementation
app-*设计令牌。Verification
npx oxfmt --check src/pages/quick-start/history-sidebar.tsx src/pages/quick-start/index.tsx:通过npm run lint:通过npm run typecheck:通过npm run test -- src/pages/quick-start/index.test.tsx:133 tests passednpm run build:通过Scope
Related Issues
Closes #934