 Ruslan LesiutinandGitHub
|
e7d213dfb0
|
feat[react-devtools]: display forget badge for components in profiling session (#29014)
# Summary
- `compiledWithForget` field for nodes is now propagated from the
backend to frontend profiler stores
- Corresponding node with such field will have a `✨` prefix displayed
before its displayName
<img width="1728" alt="Screenshot 2024-05-07 at 15 05 37"
src="https://github.com/facebook/react/assets/28902667/fe044d40-52cb-4169-867d-5a2d72e3275b">
- Badges are now displayed on the right panel when some fiber is
selected in a specific commit
<img width="1728" alt="Screenshot 2024-05-07 at 15 05 50"
src="https://github.com/facebook/react/assets/28902667/297ba5ca-404d-4172-b9bf-bfed7978afe5">
- Badges are also displayed when user hovers over some node in the tree
<img width="1728" alt="Screenshot 2024-05-07 at 15 25 22"
src="https://github.com/facebook/react/assets/28902667/bee47884-61d1-46b6-a483-717fc148893a">
|
2024-05-07 16:39:01 +01:00 |
|
 BIKI DASandGitHub
|
53ac219378
|
Devtools:-Removed unused CSS (#27032)
I tried to check out for the CSS bundle using the
[eslint-plugin-css-modules](https://www.npmjs.com/package/eslint-plugin-css-modules),
and ran it locally , seems like There are lot of unused styles and
classes present .
I have attached the output below after running the lint command.
https://gist.github.com/Biki-das/647ceb7383b43cca9c8619e1dc33fe0d
All the shared.css files should not be touched i feel as they are being
used randomly by some file
Thoughts @hoxyq
|
2023-07-03 12:16:04 +01:00 |
|
 Moji IzadmehrandGitHub
|
44e5f5e645
|
Add fiber summary tooltip to devtools profiling (#18048)
* Add tooltip component
* Separate logic of ProfilerWhatChanged to a component
* Add hovered Fiber info tooltip component
* Add flame graph chart tooltip
* Add commit ranked list tooltip
* Fix flow issues
* Minor improvement in filter
* Fix flickering issue
* Resolved issues on useCallbacks and mouse event listeners
* Fix lints
* Remove unnecessary useCallback
|
2020-02-19 09:44:31 -08:00 |
|
Brian Vaughn
|
ec7ef50e8b
|
Reorganized things again into packages
|
2019-08-13 11:37:25 -07:00 |
|