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
@@ -69,6 +69,12 @@ class Tutorial extends Component {
69
69
intro: "<ul><li>Reactime records a snapshot whenever a target application's state is changed</li></ul>",
70
70
position: 'right',
71
71
},
72
+
{
73
+
title: 'Toggle Record Button',
74
+
element: '#recordBtn',
75
+
intro: '<ul><li>Toggle record button to pause state changes on target application</li></ul>',
76
+
position: 'right',
77
+
},
72
78
{
73
79
element: '.individual-action',
74
80
title: 'Snapshot',
@@ -143,7 +149,7 @@ class Tutorial extends Component {
143
149
break;
144
150
case'performance':
145
151
steps=[{
146
-
title: 'This is the performance tab!',
152
+
title: 'Performance Tab',
147
153
element: '.bargraph-position',
148
154
intro: '<ul><li>Here we can analyze the render times of our app</li> <li>This is the current series of state changes within our app</li> <li>Mouse over the bargraph elements for details on each specific component</li></ul>',
149
155
position: 'top',
@@ -156,7 +162,7 @@ class Tutorial extends Component {
156
162
},
157
163
{
158
164
title: 'Saving Series & Actions',
159
-
element: '.seriesNameInput',
165
+
element: '#seriesname',
160
166
intro: '<ul><li>We can now give our series a name or leave it at the default</li></ul>',
161
167
position: 'top',
162
168
},
@@ -173,7 +179,7 @@ class Tutorial extends Component {
173
179
position: 'top',
174
180
},
175
181
{
176
-
title: 'Comparing Saved Series & Actions',
182
+
title: 'Comparison Tab',
177
183
element: '#router-link-performance-comparison',
178
184
intro: '<ul><li>Now let\'s head over to the comparison tab</li></ul>',
179
185
position: 'top',
@@ -189,7 +195,7 @@ class Tutorial extends Component {
189
195
title: 'No Tutorial For This Tab',
190
196
intro: '<ul><li>A tutorial for this tab has not yet been created</li><li>Please visit our official Github Repo for more information </li><br> <li><a href="https://github.com/open-source-labs/reactime" target="_blank">Reactime Github</a></li></ul>',
191
197
position: 'top',
192
-
}]
198
+
}];
193
199
break;
194
200
}
195
201
@@ -214,7 +220,7 @@ class Tutorial extends Component {
0 commit comments