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
Loads the appropriate StateRoute view and renders the Map, Performance, History, Webmetrics, and Tree navbar buttons after clicking on the 'State' button located near the top rightmost corner.
@@ -24,21 +24,21 @@ const History = require('./History').default;
24
24
constNO_STATE_MSG='No state change detected. Trigger an event to change state';// message to be returned if there has been no state change detected in our hooked/target app
25
25
26
26
constStateRoute=(props: StateRouteProps)=>{
27
-
const{
27
+
const{
28
28
snapshot,// from 'tabs[currentTab]' object in 'MainContainer'
29
29
hierarchy,// from 'tabs[currentTab]' object in 'MainContainer'
30
30
snapshots,// from 'tabs[currentTab].snapshotDisplay' object in 'MainContainer'
31
31
viewIndex,// from 'tabs[currentTab]' object in 'MainContainer'
32
32
webMetrics,// from 'tabs[currentTab]' object in 'MainContainer'
33
-
currLocation // from 'tabs[currentTab]' object in 'MainContainer'
33
+
currLocation,// from 'tabs[currentTab]' object in 'MainContainer'
// adjust the strings that represent colors of the webmetrics performance bar for 'Largest Contentful Paint (LCP)', 'First Input Delay (FID)', 'First Contentfuly Paint (FCP)', and 'Time to First Byte (TTFB)' based on webMetrics outputs.
96
+
// adjust the strings that represent colors of the webmetrics performance bar for 'Largest Contentful Paint (LCP)', 'First Input Delay (FID)', 'First Contentfuly Paint (FCP)', and 'Time to First Byte (TTFB)' based on webMetrics outputs.
0 commit comments