Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add second set of data table action icons below the report title #22827
base: 5.x-dev
Are you sure you want to change the base?
Add second set of data table action icons below the report title #22827
Changes from 26 commits
be6ebb9
580977b
ff9fc8c
309029c
575be25
f6de4b7
ac2c26a
d51ff23
f7bd1ba
8a7af46
c53f07d
8360dae
3a79df3
88a20f0
bef5dd6
542cabf
8194ec2
2a388d3
5b4216f
55d1bda
7d0bef0
c1aba60
a68e3bc
8e875f4
6a7fcfc
193daf6
a48064a
20d2983
229dd3a
8be965b
3f2b0a3
f73ed92
bc58b67
1008eaa
6dc8d38
da3de87
7585e39
855edcc
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This actually fixes the alignment in IDE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not fully checked what more side effects this would have (other than the mentioned single widgets in
EvolutionGraph_spec
), but this would remove the slight layout change in theDashboard_spec
caused by some other CSS:matomo/plugins/Live/stylesheets/live.less
Lines 419 to 421 in eed6ea9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
Live_spec
tests have some selectors that get tripped by this new element:matomo/plugins/Live/tests/UI/Live_spec.js
Line 34 in 9a3ef94
This would now need to be something like this:
And there are probably more selectors in that spec that need to be updated accordingly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't trip on this, as the Visits Log does not have a card on the top level, so the first row for the table controls is not within a card.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the selectors