dillon1000/react

Commit

[DevTools] Add Play/Pause and Skip Controls to the Timeline (#34620)

Stacked on #34625.

This is a nice way to step through the timeline and simulate the visuals
on screen as you do it. It's also convenient to step through one at a
time, especially with the forwards button.

However, the secondary purpose of this is that it helps anchor the UI
visually as something like a timeline like in a video so that the
timeline itself becomes more identifiable.


https://github.com/user-attachments/assets/cb367c8e-9efb-4a00-a58e-4579be20beb8
Browse files
Changed paths6 files
First-parent comparison
M packages/react-devtools-shared/src/devtools/views/ButtonIcon.js ModifiedM packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTab.css ModifiedM packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTab.js ModifiedM packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTimeline.css ModifiedM packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTimeline.js ModifiedM packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseTreeContext.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…