Open Issues Need Help
View All on GitHubAI Summary: This task requires modifying the Pointercrate backend (written in Rust) to allow list moderators to change the Geometry Dash level ID associated with a demon after it has been added. This involves making the level ID optional on the frontend when adding demons, updating the backend API (PATCH /demons/) to accept level ID changes, and creating a corresponding frontend interface for modifying level IDs.
AI Summary: The task involves removing jQuery from the Pointercrate frontend by replacing its approximately 60 uses, mostly related to animations, with vanilla JavaScript and CSS. This aims to improve page load times by eliminating the jQuery dependency.
AI Summary: Implement a JavaScript confirmation dialog in the Pointercrate user interface to prevent accidental overwriting of verified player claims. The dialog should appear only when a verified claim is about to be replaced with an unverified one, using the browser's built-in `confirm()` function.