Skip to content

DevTools: Allow searching by component name in Profiler trace #32995

@hoxyq

Description

@hoxyq
Contributor

We should have a mechanism to look up a specific component in a specific commit.

I don't think we should have an input, as on Components panel, we should rather listen to cmd+f shortcut and display an input in a collapsable view, similarly to what Chrome does. We should also display the number of components that satisfy search query and allow moving between them, like we do in Components panel.

The search will only consider components from a selected (current) commit, it should not search through every commits (whole trace).

Activity

spanarin

spanarin commented on Apr 23, 2025

@spanarin

@hoxyq looks really useful, I'm ready to implement it

mj738

mj738 commented on Apr 23, 2025

@mj738
deleted a comment from ysl213 on Apr 27, 2025
deleted a comment from ysl213 on Apr 27, 2025
ritik4ever

ritik4ever commented on Apr 28, 2025

@ritik4ever

Hey, can I get assigned to this? Would love to work on it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @spanarin@hoxyq@ritik4ever@mj738

      Issue actions

        DevTools: Allow searching by component name in Profiler trace · Issue #32995 · facebook/react