Skip to content

Conversation

@tib-source
Copy link
Owner

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 21 out of 27 changed files in this pull request and generated 1 comment.

Files not reviewed (6)
  • pom.xml: Language not supported
  • src/main/client/package-lock.json: Language not supported
  • src/main/client/package.json: Language not supported
  • src/main/client/src/components/styling/dashboard.css: Language not supported
  • src/main/client/src/components/styling/history.css: Language not supported
  • src/main/client/src/index.css: Language not supported
Comments suppressed due to low confidence (1)

src/main/client/src/components/Table/index.tsx:27

  • The sorting logic appears inverted for ascending order. For ascending sort, a lower value should return a negative result; consider swapping the comparison conditions to achieve the correct ordering.
if (a[row] > b[row]) return -1;

@tib-source tib-source merged commit 35d6e16 into main Apr 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants