From 0af1f22f728b2bb2232f84ace5f4b5f0c3c60c57 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Tue, 14 May 2019 16:43:15 -0700 Subject: Indent actions belonging to a pageview (#14063) * Proof of concept for grouping actions by the page they occur in. * Add pageview to goals/ecommerce actionDetails in Live.getLastVisitsDetails. * Make count of actions to display when collapsed configurable. * Quick selector fix. * unfinished commit * Collapse multiple adjacent content items in the visitor log. * Get content collapsing to work w/ 3.x-dev changes. * Forgot to add Live config file. * Get to work w/ visitor profile and make sure last action does not have border so it looks like it correctly ends. * Fix some issues from review. * More styling tweaks. * another styling tweak * Update screenshots. * Show page refreshes and allow expanding them in new implementation. * Update some screenshots. * Make sure tooltip is replaced correctly when showing refreshes. * Another styling tweak. * Add UI test + fix page refresh issue. * Fix action group merging logic. * Fix another actions grouping issue. * Fixes for ending left border in certain edge cases. * Another UI tweak. * comparison threshold, random failure fix, update screenshots + another css tweak * more css tweaks * possible bug fix * Last couple CSS fixes. * More test fixes. --- plugins/Live/lang/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/Live/lang') diff --git a/plugins/Live/lang/en.json b/plugins/Live/lang/en.json index 208051b927..62d85f3a0e 100644 --- a/plugins/Live/lang/en.json +++ b/plugins/Live/lang/en.json @@ -50,6 +50,7 @@ "RowActionTooltipTitle": "Open segmented Visit Log", "SegmentedVisitorLogTitle": "Visit Log showing visits where %1$s is \"%2$s\"", "OnClickPause": "%s is started. Click to pause.", - "OnClickStart": "%s is stopped. Click to start." + "OnClickStart": "%s is stopped. Click to start.", + "ClickToSeeAllContents": "Click to see each content interaction/impression" } } -- cgit v1.2.3