Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Butler <kate@innocraft.com>2019-08-14 02:43:37 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-08-14 02:43:37 +0300
commit85932196aa30e93cc0c28d4445b081b7f710c8ae (patch)
tree2b8336caa64d7ca5d5893d27625e4b63c3982ef4 /plugins/Actions
parentf71a9f23b80bdcf93b0b5762b405888b083277ed (diff)
Freeze left-hand column of data table (#14594)
* Freeze left-hand column of data table * Freeze left-hand column of datatable * Don't use position-absolute on first th as it messes with column placement. * Use a spacer column to prevent label column from overlapping with first value column * Set margin of second td * Use position:sticky * Fix missing border in Safari/Firefox * Cross-browser fixes * Increase space available for first data column * Don't put dataTableScroller around non-HTML table vizs * Only apply negative margin/width to datatables in widgets * Reduce border radius to adjust for border-collapse: separate * Updated reference screenshots * UI test fixes * Don't let live widget overflow dashboard card * Updated reference images * Reduce left margin to make data action icons visible on smaller screens * Update reference images * Back out change to TestSetupFixture (should not have been committed on this branch) to avoid merge conflicts * Update UI screenshots
Diffstat (limited to 'plugins/Actions')
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_column_sorted.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_exclude_low_population.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_flattened.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_initial.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_pageview_percentages.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_closed.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_visible.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_segmented_visitor_log_hover.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_subtables_loaded.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unflattened.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unique_pageview_percentages.png4
13 files changed, 26 insertions, 26 deletions
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png
index 3cbff04255..4f1e0fc4ae 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:59b43d1a1cbe691a3fe1b49da4a34ab58961d713e6ae42bc64ca3d39b0f33916
-size 369093
+oid sha256:6bbb83ed6c93fff400bc059649b000d8a8434d1bee5a03c9d60b06f08351ca44
+size 373126
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_column_sorted.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_column_sorted.png
index 2bd9e6e86a..823d788aa2 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_column_sorted.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_column_sorted.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:0b3860e49a664aa78b7fe4ff2a0ef143384978c1629e5e4e388211b6a55fd598
-size 344995
+oid sha256:19c00677ca3e15f163b7e59886d1d1349717918848dc105a94f8f49c51d593a9
+size 349049
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_exclude_low_population.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_exclude_low_population.png
index 0b8374a25f..dcaabb4970 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_exclude_low_population.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_exclude_low_population.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a1b733691796aa798dbc1d0f3cf5a0d62305534cb2217d8c369ba0fc6c2fbf8f
-size 79145
+oid sha256:198000cebc6a53a3b9310fbf33a441fe70190dd86a573c28694f3e08656df483
+size 79732
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_flattened.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_flattened.png
index ef7e61de7f..87a4c94bad 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_flattened.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_flattened.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e6fd58c0c413b6278cd8961f9079ffcd91620fa03bc919c9d4ee4d517f821d6a
-size 462681
+oid sha256:58f11c3535ffa459122e849ebd5c9c5d2d5207754f7a6c0897de88ccfea64356
+size 467791
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_initial.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_initial.png
index 9742d1466b..91357e2854 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_initial.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_initial.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:0715ec0cbef204c3f9951a245412ca1738e115caf73afafe57b0990937962e6c
-size 344443
+oid sha256:24a3a1a0cfe8f8b3a1258c4a09523f9204301d3458d94d822cb6b7a293615fcf
+size 348489
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_pageview_percentages.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_pageview_percentages.png
index 57c9cfdd94..23278dc015 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_pageview_percentages.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_pageview_percentages.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5e8cc7d8d3b934da0270bc4840d38644308c9b8e90ef5063252043dd903065f4
-size 66915
+oid sha256:092f50f1d9b32b57ee047e3c6b8235007ac36e35f5f4a0f2e10bb875bfb44110
+size 67302
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search.png
index b5c95b8949..2bfd563211 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a42f9314c844b6e6d02f2cd50f260e66e6946187202ce5d04feda7b2e9bad33a
-size 80596
+oid sha256:eb076300fe4f89f96ed01e07d0a8af5637cff40d7de4c39255c2a31e493c4f12
+size 81492
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_closed.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_closed.png
index da6ec998b6..50c2df9696 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_closed.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_closed.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b67aad0ad691ee233a659d6c4241e3250d99decc56d1d0741f60591deed34cc4
-size 59266
+oid sha256:730c0bd5c1e622c7fddedec312fbe74daecb21df021a15dc5e9dcabfcf717404
+size 59905
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_visible.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_visible.png
index 746971a886..5e77179a22 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_visible.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_visible.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:2d9c7900c4d3bafcc61f3edfaa7b33b1dedf7819df23ed249ec76e93cdc09c69
-size 59367
+oid sha256:75aed5872a02e45b9ece02d145819cf1c7434070a6dfbb3c9829f803fcd06322
+size 59910
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_segmented_visitor_log_hover.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_segmented_visitor_log_hover.png
index 9fe60b3298..492c6f3b4f 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_segmented_visitor_log_hover.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_segmented_visitor_log_hover.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:577125cdd3e0723541131a93d80c425e20dbfe88751a8a680938d0cf5298fdc5
-size 66196
+oid sha256:c56217752d9be8b87d46287f62e21c1c87a94433124232c6db9e88a8e85ee532
+size 66616
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_subtables_loaded.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_subtables_loaded.png
index d311af8b13..fc23b4e3d4 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_subtables_loaded.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_subtables_loaded.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:85ce60d44b62985a1aea855ef1dc4920c06c475186bca5753d2036ce3da6fbe4
-size 367292
+oid sha256:e734af53ed981781db46ee91fba9e0039c4d3c743b0dcd3c09d6dad3843ff9ea
+size 371468
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unflattened.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unflattened.png
index da6ec998b6..50c2df9696 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unflattened.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unflattened.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b67aad0ad691ee233a659d6c4241e3250d99decc56d1d0741f60591deed34cc4
-size 59266
+oid sha256:730c0bd5c1e622c7fddedec312fbe74daecb21df021a15dc5e9dcabfcf717404
+size 59905
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unique_pageview_percentages.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unique_pageview_percentages.png
index 166f64e94b..6aeb2fab8b 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unique_pageview_percentages.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unique_pageview_percentages.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:ab0d67591d7b480aa12898326e5fcff4eec56d3ade4766b7ab2e9438eaf53fc9
-size 66428
+oid sha256:752bb51c459aba94b8143e9d34c003a75c02dd87f5fb6c613b94ee6e716ecaed
+size 66900