You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-12Lines changed: 18 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Try refreshing the application you want to test and refresh the DevTools by clic
81
81
82
82
### ❓ <b>I found a bug in Reactime</b>
83
83
84
-
Reactime is an open source project, and we’d really appreciate your help with improving user experience. Please, create a pull request (or issue) to propose and collaborate on changes to a repository.
84
+
Reactime is an open source project, and we’d really appreciate your help with improving user experience. Please create a pull request (or issue) to propose and collaborate on changes to a repository.
85
85
86
86
## <b>Features</b>
87
87
@@ -133,16 +133,18 @@ After cloning this repository, developers can simply run `npm run docs` at the r
133
133
134
134
### <b>Additional Features</b>
135
135
136
-
- identifying unnecessary re-renders
137
-
- hover functionality to view tooltip details on state visualizations
138
-
- ability to pan and zoom on state visualizations
139
-
- a dropdown to support development of projects on multiple tabs
140
-
- a slider to move through snapshots quickly
141
-
- a play button to move through snapshots automatically
142
-
- a lock button, which stops recording each snapshot
143
-
- a persist button to keep snapshots upon refresh (handy when changing code and debugging)
144
-
- download/upload the current snapshots in memory
145
-
- declarative titles in the actions sidebar
136
+
- Identifying unnecessary re-renders
137
+
- Single-click to view tooltip details on state visualizations
138
+
- Double-click to collapse child components
139
+
- A reverse filter with autofill to focus on a portion of the component map
140
+
- Ability to pan and zoom on state visualizations
141
+
- A dropdown to support development of projects on multiple tabs
142
+
- A slider to move through snapshots quickly
143
+
- A play button to move through snapshots automatically
144
+
- A lock button, which stops recording each snapshot
145
+
- A persist button to keep snapshots upon refresh (handy when changing code and debugging)
146
+
- Download/upload the current snapshots in memory
147
+
- Declarative titles in the actions sidebar
146
148
147
149
## <b>Read More</b>
148
150
@@ -195,7 +197,11 @@ After cloning this repository, developers can simply run `npm run docs` at the r
0 commit comments