Skip to content

fix(replay): restore sidebar entry switching#458

Merged
Harry19081 merged 1 commit into
developfrom
fix/replay-sidebar-switching
Jul 21, 2026
Merged

fix(replay): restore sidebar entry switching#458
Harry19081 merged 1 commit into
developfrom
fix/replay-sidebar-switching

Conversation

@beruro

@beruro beruro commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • synchronize sidebar entry clicks with the Code Editor replay content mode
  • keep explicit command selections visible while another command is running
  • add regression coverage for automatic live-command following and manual selection priority

Closes #457

Validation

  • focused resolveSelectedOperations Vitest
  • pre-commit scoped TypeScript, ESLint, and Prettier checks
  • GitHub Frontend and Rust CI passed

Merge order

This PR overlaps #448 in SessionReplay/index.tsx. Land #448 first, then refresh this branch and preserve both event-scoped FILES READ selection and explicit Terminal/Explore/Tool panel-mode switching.

@beruro

beruro commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator Author

Merge-order note: this PR overlaps #448 in SessionReplay/index.tsx. Please land #448 first; then refresh this branch and preserve both event-scoped FILES READ selection and explicit Terminal/Explore/Tool panel-mode switching.

@Harry19081
Harry19081 merged commit 36823a6 into develop Jul 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(code editor): replay sidebar entries can appear unclickable

2 participants