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
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
22
22
<h5align="center">
23
23
<br>
24
-
<ahref="./README.rus.md">🇷🇺 РУССКАЯ ВЕРСИЯ</a> • <ahref="./README.fr.md">🇫🇷 VERSION FRANÇAISE</a> • <ahref='./src/README.md'>DEVELOPER README</a>
24
+
<ahref="./README.rus.md">🇷🇺 РУССКАЯ ВЕРСИЯ</a> • <ahref="./README.fr.md">🇫🇷 VERSION FRANÇAISE</a> • <ahref='./src/DEVELOPER_README.md'>DEVELOPER README</a>
25
25
<br>
26
26
</h5>
27
27
<br>
@@ -30,16 +30,12 @@
30
30
<imgsrc="./assets/gifs/GeneralDemoGif_V23.gif" />
31
31
</p>
32
32
33
-
<palign="center">
34
-
<ahref="https://www.reacti.me/">Website</a>
35
-
</p>
36
-
37
33
## <h1>Features</h1>
38
34
39
35
### 🔹 Viewing
40
36
41
37
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,
38
+
your app's state. State can be visualized in a Component Graph, JSON Tree,
43
39
Performance Graph, or the Accessibility Tree. Snapshot history can be visualized in the History tab.
44
40
The Web Metrics tab provides some useful metrics for site performance. The accessibility tab
45
41
visualizes an app's accessibility tree per state change.
@@ -100,7 +96,7 @@ Download the recorded snapshots as a JSON file and upload them to access state t
100
96
</p>
101
97
<br>
102
98
103
-
### 🔹 and Status
99
+
### 🔹 Connection Status
104
100
105
101
If Reactime loses its connection to the tab you're monitoring, simply click the "reconnect" button to resume your work. You'll notice a circle located to the right of the button, which will appear as either red (indicating disconnection) or green (signifying a successful reconnection).
106
102
<br>
@@ -116,7 +112,7 @@ Performance tab in Chrome DevTools under the Reactime panel.
116
112
117
113
### 🔹 Jump through your snapshots
118
114
119
-
Each recorded snapshot comes with its own corresponding vertical slider.
115
+
Each recorded snapshot comes with its own corresponding vertical slider.
120
116
By adjusting the slider a user can jump to any previously recorded snapshots.
121
117
Hitting the jump button on any snapshot will allow a user to view state data at
122
118
any point in the history of the target application.
@@ -268,6 +264,7 @@ Node v16.16.0, please use script 'npm run devlegacy' | 'npm run buildlegacy'
268
264
-[Relaunching Reactime: Updates and a New Accessibility Feature!](https://medium.com/@evaury/relaunching-reactime-updates-and-a-new-accessibility-feature-1f0fd3a5bd8c)
0 commit comments