-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Segment selector: max out at 5-6, instead of throwing many errors in reporting interface #23792
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
base: 5.x-dev
Are you sure you want to change the base?
Conversation
…f adding the segment into the store to finish before we 'mark' icons as 'compared'
…of 'data_comparison_segment_limit' to include the count for the first segment to compare (Usually 'All Visits').
… will stop click events on the element
…lick event to 'markCurrentSegment'
…ppening when tests are run in the server
…dSegment' and it must equal to our MaximumLimit
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 General.data_comparison_limit
nathangavin
left a comment
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.
Looks good to me. Left a comment regarding the use of setTimeout.
|
|
||
| self.markComparedSegments(); | ||
|
|
||
| setTimeout(function () { |
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 is a bit of an odd use of setTimeout(), perhaps theres an event to listen for, or some other change to trigger the update on?
Description
UX-340
From JIRA issue:
Checklist
Review