feat(client): refine launcher UI and interactions - #115
Closed
Nirvana-Jie wants to merge 1 commit into
Closed
Conversation
|
Someone is attempting to deploy a commit to the oneworks Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Experience Review
Before merge, make sure the PR body contains this completed checklist:
## Experience Review
- [x] 已判断是否需要沉淀经验
- [x] 如需要,已运行 `$post-task-experience-review`
- [x] reviewer PASS 后才进入 mergeChecklist to confirm:
- Decide whether this PR produced reusable project experience.
- If experience should be captured, run
$post-task-experience-review. - Merge only after the independent reviewer reports PASS.
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.
Summary
Why
A visual and interaction audit found that the active command was too subtle, search could show duplicate commands, explicit actions disappeared on narrow screens, and settings keyboard events could affect the wrong control. The embedded web overlay also allowed focus to escape into the underlying app.
Visual review
390px responsive settings
Controls stack below their labels, descriptions remain readable, and keyboard hints collapse without removing the explicit action path.
User impact
The launcher is easier to scan in light and dark themes, touch users retain an explicit action path, keyboard interactions operate the focused control, and embedded launcher usage keeps focus contained and predictable.
Validation
pnpm typecheck