codeRIT / hackathon-manager

All-in-one platform for hackathon registration & logistics.
https://coderit.org/hackathon-manager/
MIT License
30 stars 24 forks source link

fix: Fixed Table rows sometimes showing in wrong order #881

Closed skyegallup closed 2 years ago

skyegallup commented 2 years ago

Closes #879

The Table in Home.vue was modified to reproduce the bug from the issue description:

image image

I accidentally used an inequality instead of a subtraction for the comparator in Table.filterRow() (#872). After fixing:

image

I also forked he-794 and tested the fix on the test case shown in the issue description, and it seems to fix it well:

image

skyegallup commented 2 years ago

when houndbot doesn't cry about your PR :star_struck: