react/packages/react-devtools-timeline/src
Brian Vaughn 8b8817845a
Timeline search (#22799)
Refactor SearchInput component (used in Components tree) to be generic DevTools component with two uses: ComponentSearchInput and TimelineSearchInput.

Refactored Timeline Suspense to more closely match other, newer Suspense patterns (e.g. inspect component, named hooks) and colocated Susepnse code in timelineCache file.

Add search by component name functionality to the Timeline. For now, searching zooms in to the component measure and you can step through each time it rendered using the next/previous arrows.
2021-12-03 16:23:48 -05:00
..
content-views Timeline search (#22799) 2021-12-03 16:23:48 -05:00
import-worker Timeline: Improved snapshot view (#22706) 2021-11-08 12:28:33 -05:00
utils Renamed packages/react-devtools-scheduling-profiler to packages/react-devtools-timeline (#22691) 2021-11-04 10:02:06 -04:00
view-base Timeline: Improved snapshot view (#22706) 2021-11-08 12:28:33 -05:00
CanvasPage.css Renamed packages/react-devtools-scheduling-profiler to packages/react-devtools-timeline (#22691) 2021-11-04 10:02:06 -04:00
CanvasPage.js Timeline search (#22799) 2021-12-03 16:23:48 -05:00
EventTooltip.css Renamed packages/react-devtools-scheduling-profiler to packages/react-devtools-timeline (#22691) 2021-11-04 10:02:06 -04:00
EventTooltip.js Timeline: Improved snapshot view (#22706) 2021-11-08 12:28:33 -05:00
ImportButton.css Renamed packages/react-devtools-scheduling-profiler to packages/react-devtools-timeline (#22691) 2021-11-04 10:02:06 -04:00
ImportButton.js fix(devtools): accept json file in import fileinput (#22717) 2021-11-08 16:35:35 -05:00
Timeline.css Cleaned up remaining "scheduling profiler" references in DevTools (#22696) 2021-11-04 11:40:45 -04:00
Timeline.js Timeline search (#22799) 2021-12-03 16:23:48 -05:00
TimelineContext.js Timeline search (#22799) 2021-12-03 16:23:48 -05:00
TimelineSearchContext.js Timeline search (#22799) 2021-12-03 16:23:48 -05:00
TimelineSearchInput.js Timeline search (#22799) 2021-12-03 16:23:48 -05:00
constants.js Timeline: Improved snapshot view (#22706) 2021-11-08 12:28:33 -05:00
createDataResourceFromImportedFile.js Renamed packages/react-devtools-scheduling-profiler to packages/react-devtools-timeline (#22691) 2021-11-04 10:02:06 -04:00
timelineCache.js Timeline search (#22799) 2021-12-03 16:23:48 -05:00
types.js Timeline search (#22799) 2021-12-03 16:23:48 -05:00