Arena production fixes: invites, lobby recovery, winner logic, IDE UX#17
Draft
Cjay-Cyber-2 wants to merge 2 commits into
Draft
Arena production fixes: invites, lobby recovery, winner logic, IDE UX#17Cjay-Cyber-2 wants to merge 2 commits into
Cjay-Cyber-2 wants to merge 2 commits into
Conversation
…ayouts - Poll invites every 800ms and support immediate poll events for faster delivery - Fix recent arenas sort order and align clear-all with displayed list - Re-assert lobby membership on refresh via join API and sessionStorage recovery - Require all questions answered and correct for multi-question winners - Credit full prize pool reliably via winner coin transaction idempotency - Add coding IDE left sidebar with all questions and current challenge prompt - Fix text caret/selection visibility when custom cursor is active in editor Co-authored-by: Chijioke Joseph <chijiokejoseph2022@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…a inputs - Violations (tab leave, split view, paste, etc.) now issue warnings 1 and 2 - Third violation disqualifies the player and forfeits the arena - Reset violation timers after each warning so strikes require separate offenses - Block copy, cut, and paste in code editor and theory answer fields globally - Block Ctrl+C/V/X and Shift+Insert in protected inputs; paste attempts count as strikes - Show persistent strike warning banner with remaining chances before DQ Co-authored-by: Chijioke Joseph <chijiokejoseph2022@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Production checklist addressing arena issues plus anti-cheat updates:
Anti-cheat (new)
Previous fixes (from earlier in this PR)
Test plan