-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fix unused tiers indices #911
Conversation
Co-Authored-By: Ethan Davidson <[email protected]>
Co-Authored-By: Ethan Davidson <[email protected]>
✅ Deploy Preview for acmcsuf ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
I like the way you reorganized src/lib/public/board/data/index.ts
;)
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.
Fix .github/workflows/check_website.yaml
errors.
Co-Authored-By: Ethan Davidson <[email protected]>
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.
Thank you for the speedy follow-up.
Previously, the board was displayed in the order of their IDs, but this behavior was updated in this PR to reflect being displayed by the indices to allow fast updates to positions.
Files were separated to provide clarity.
Fix #904.