[DevTools] Attempt at a better "unique suspender" text (#34854)

Nobody knows what this terminology means.

Also, this tooltip component sucks:

<img width="634" height="137" alt="Screenshot 2025-10-15 at 12 04 49 AM"
src="https://github.com/user-attachments/assets/a1c33650-7c7d-441f-8f8b-0ea7ebea9351"
/>
This commit is contained in:
Sebastian Markbåge
2025-10-15 10:26:46 -04:00
committed by GitHub
parent 6773248311
commit 77b2f909f6

View File

@@ -85,7 +85,9 @@ function ToggleUniqueSuspenders() {
<Toggle
isChecked={uniqueSuspendersOnly}
onChange={handleToggleUniqueSuspenders}
title={'Only include boundaries with unique suspenders'}>
title={
'Filter Suspense which does not suspend, or if the parent also suspend on the same.'
}>
<ButtonIcon type={uniqueSuspendersOnly ? 'filter-on' : 'filter-off'} />
</Toggle>
);