Skip to content

Conversation

@chippison
Copy link
Contributor

Description

UX-340

From JIRA issue:

When the 5 segments are compared,

  1. Disable the click on the icon to add a new segment to compare
  2. Show a tooltip with the same message The maximum number of segments that can be compared simultaneously is five (5)
  3. Replace 5 by 6 in the message (because it didn’t count the original segment)

Checklist

  • [NA] I have understood, reviewed, and tested all AI outputs before use
  • [NA] All AI instructions respect security, IP, and privacy rules

Review

Copy link
Contributor Author

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

@chippison chippison marked this pull request as ready for review November 23, 2025 18:53
@chippison chippison requested a review from a team November 23, 2025 18:54
Copy link
Contributor

@nathangavin nathangavin left a 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 () {
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants