Skip to content

Conversation

carojeandat
Copy link
Contributor

  • Invert labels and tooltips in the limit reductions table
  • Add tooltips on voltage ranges
  • Remove excess English capitalization in the limit reductions table of the safety analysis settings

Copy link
Contributor

@antoinebhs antoinebhs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition to Sylvain's comments, one remark on translations

(limit: ITemporaryLimitReduction) => {
const lowBound = Math.trunc(limit.limitDuration.lowBound / 60);
const highBound = Math.trunc(limit.limitDuration.highBound / 60);
const highBound = Math.trunc(limit.limitDuration.lowBound / 60);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's on purpose. The higher the voltage, the shorter the time limit, so the high and low interval values are inverted

Copy link
Contributor

@sBouzols sBouzols left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review OK (two readOnly sonar issues to fix easily)

Copy link
Contributor

@antoinebhs antoinebhs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code OK

Copy link
Contributor

@antoinebhs antoinebhs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a scroll bar now, can we avoid that? Only in english actually because it's on two lines.

@carojeandat
Copy link
Contributor Author

There is a scroll bar now, can we avoid that? Only in english actually because it's on two lines.

this was already the case before (in the tab security analysis)

Copy link
Contributor

@antoinebhs antoinebhs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uniformisation of parameters will be handled separately

Copy link

@carojeandat carojeandat merged commit 7f69f1f into main Sep 12, 2025
5 checks passed
@carojeandat carojeandat deleted the change-limit-reductions-labels branch September 12, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants