-
Notifications
You must be signed in to change notification settings - Fork 50k
[DevTools] Show list of named Activities in Suspense tab #35092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DevTools] Show list of named Activities in Suspense tab #35092
Conversation
819094c to
a782ec9
Compare
| <React.Activity name="/outer/" mode="visible"> | ||
| <React.Activity name="outer/" mode="visible"> | ||
| <OuterSegment> | ||
| <React.Activity name="/outer/inner" mode="visible"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the way next.js uses these, the previous path is not in the second path. Which is part of the reason indent is important. You can't assume the name is a path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In fact, I'd probably not use paths as the examples to avoid next-isms being assumed.
|
I think the "show all" should be more like "All" or something rather than a back button. It's not switching modes of any UI so much as it's just another menu item. |
|
Can we get one for the Components panel too? |
Was planned as a follow-up. Wanted to get sign-off for the design first before I add it to Components tab since I basically have to copy Suspense tab layout over. |
a782ec9 to
ebb376d
Compare
Stacked on #35093
List is not visible if no named Activities exist.
Will include the same list in the Components tab.
CleanShot.2025-11-10.at.08.56.30.mp4