|
39 | 39 | ### 🔹 Viewing
|
40 | 40 |
|
41 | 41 | You can view your application's file structure and click on a snapshot to view
|
42 |
| -your app's state. State can be visualized in a Component Graph, JSON Tree, or |
43 |
| -Performance Graph. Snapshot history can be visualized in the History tab. |
| 42 | +your app's state. State can be visualized in a Component Graph, JSON Tree, |
| 43 | +Performance Graph, or the Accessibility Tree. Snapshot history can be visualized in the History tab. |
44 | 44 | The Web Metrics tab provides some useful metrics for site performance. The accessibility tab
|
45 | 45 | visualizes an app's accessibility tree per state change.
|
46 | 46 | Snapshots can be compared with the previous snapshot, which can be viewed in Diff mode.
|
| 47 | + |
| 48 | +<p>On the main page, there are two main selections from the dropdown panel:</p> |
| 49 | +<ul> |
| 50 | + <li> |
| 51 | + <strong>Timejump Tab</strong>: View and navigate through the snapshot history of your application's state. You can jump to any point in time to see how the state evolves across changes. |
| 52 | + </li> |
| 53 | + <li> |
| 54 | + <strong>Provider/Consumer Tab</strong>: Understand your application's context dependencies and their interactions better through visualizing its provider and consumer relationships. |
| 55 | + </li> |
| 56 | +</ul> |
| 57 | + |
47 | 58 | <br>
|
48 | 59 | <br>
|
49 | 60 |
|
@@ -103,14 +114,21 @@ Performance tab in Chrome DevTools under the Reactime panel.
|
103 | 114 | <br>
|
104 | 115 | <br>
|
105 | 116 |
|
106 |
| -### 🔹 Jumping |
| 117 | +### 🔹 Jump through your snapshots |
107 | 118 |
|
108 |
| -Using the actions sidebar, a user can jump to any previously recorded snapshots. |
| 119 | +Each recorded snapshot comes with its own corresponding vertical slider. |
| 120 | +By adjusting the slider a user can jump to any previously recorded snapshots. |
109 | 121 | Hitting the jump button on any snapshot will allow a user to view state data at
|
110 | 122 | any point in the history of the target application.
|
111 | 123 | <br>
|
112 | 124 | <br>
|
113 | 125 |
|
| 126 | +### 🔹 Play through your snapshots |
| 127 | + |
| 128 | +Users can play through recorded snapshots using the Play/Pause button below the snapshots panel and adjust the playback speed to suit their needs. |
| 129 | +<br> |
| 130 | +<br> |
| 131 | + |
114 | 132 | ### 🔹 Gatsby
|
115 | 133 |
|
116 | 134 | Reactime offers full support for Gatsby applications. You would be able to
|
@@ -250,7 +268,11 @@ Node v16.16.0, please use script 'npm run devlegacy' | 'npm run buildlegacy'
|
250 | 268 | - [Relaunching Reactime: Updates and a New Accessibility Feature!](https://medium.com/@evaury/relaunching-reactime-updates-and-a-new-accessibility-feature-1f0fd3a5bd8c)
|
251 | 269 |
|
252 | 270 | ## <b>Authors</b>
|
253 |
| - |
| 271 | +- **Garrett Chow** - [@garrettlchow](https://github.com/garrettlchow) |
| 272 | +- **Ellie Simens** - [@elliesimens](https://github.com/elliesimens) |
| 273 | +- **Ragad Mohammed** - [@ragad-mohammed](https://github.com/ragad-mohammed) |
| 274 | +- **Daniel Ryczek** - [@dryczek14](https://github.com/dryczek01) |
| 275 | +- **Patrice Pinardo** - [@pinardo88](https://github.com/pinardo88) |
254 | 276 | - **Haider Ali** - [@hali03](https://github.com/hali03)
|
255 | 277 | - **Jose Luis Sanchez** - [@JoseSanchez1996](https://github.com/JoseSanchez1996)
|
256 | 278 | - **Logan Nelsen** - [@ljn16](https://github.com/ljn16)
|
|
0 commit comments