feat(ui): navigate trace steps with keyboard and remove indirect editor focus - #11005
Merged
sheremet-va merged 5 commits intoAug 19, 2026
Merged
Conversation
Co-authored-by: OpenCode <noreply@opencode.ai>
Co-authored-by: OpenCode <noreply@opencode.ai>
Co-authored-by: OpenCode <noreply@opencode.ai>
Co-authored-by: OpenCode <noreply@opencode.ai>
Co-authored-by: OpenCode <noreply@opencode.ai>
7 tasks
|
Hello @hi-ogawa. Your PR has been labeled To keep your PR open, please follow these steps:
Please, do not generate or format the response with AI. If you do not speak English, reply in your native language or use translation software like Google Translate or Deepl. If the response is generated, the PR will be closed automatically. These measures help us reduce maintenance burden and keep the team's work efficient. See our AI contributions policy for more context. |
This was referenced Aug 19, 2026
sheremet-va
approved these changes
Aug 19, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Trace steps currently require repeated clicks of each steps to go through and this can be cumbersome for quick skim.
This PR adds standard keyboard arrow/home/end navigation so it allows going up and down easily.
One fundamental editor behavior change is required for this, which is now "open editor" actions won't automatically move the browser focus to editor cursor at all. This behavior seems natural since if it's static report view, then moving the cursor there is meaningless, and even if it's editable watch UI, I don't think people would immediately start typing after such indirect cursor focus jump where you don't even know which column it jumped to.
📸 Demo
Demo from merge reports https://github.com/vitest-dev/vitest/actions/runs/32121156949/job/95663338646
Screen.Recording.2026-08-18.at.18.46.14.mov
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yamlunless you introduce a new test example.Tests
pnpm test:ci.Documentation
pnpm run docscommand.Changesets
feat:,fix:,perf:,docs:, orchore:.