Skip to content
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: Separate JS for base scoreboard and custom levels table #1729

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

faucomte97
Copy link
Contributor

@faucomte97 faucomte97 commented Sep 9, 2024

Fixes these errors:

image

which showed up because scoreboard.js was trying to create a table for custom levels when no data exists for them in the Python Den, which was causing the main scoreboard table not to get generated properly.

image

The code for creating a table for custom levels is only needed for Rapid Router.
Fixed this by separating the corresponding logic into 2 different files.

This change is Reviewable

@faucomte97 faucomte97 self-assigned this Sep 9, 2024
@faucomte97 faucomte97 linked an issue Sep 9, 2024 that may be closed by this pull request
4 tasks
@faucomte97 faucomte97 enabled auto-merge (squash) September 10, 2024 12:43
Copy link
Contributor

@SKairinos SKairinos left a comment

Choose a reason for hiding this comment

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

Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @faucomte97)

@faucomte97 faucomte97 merged commit 1c6ef47 into master Sep 16, 2024
5 checks 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
Development

Successfully merging this pull request may close these issues.

Python Den scoreboard
2 participants