feat(arena): complete UI overhaul with Code-style split pane layout - #132
Merged
Conversation
- Migrated ArenaWorkspace to a strict 20-80 clamped split-pane layout - Polished MechaPanel headers with perfect symmetry between problem and editor boxes - Removed redundant visual clutter (colored dots, L-ticks) and matched header depths - Styled tabs into vibrant solid bronze mecha buttons for high contrast in light/dark mode - Fixed Custom Input/Console independent scrolling mechanics - Scaled dynamic watermark to properly cover stretched ultra-wide panes - Fixed broken archive links on the CP Arena index page - Resolved unescaped entity linter errors in the consent flow
hagemaruwu
requested review from
barunaniket,
shivanshpap and
vaibhavtulsian
as code owners
August 19, 2026 00:06
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
@barunaniket verify it by urself. |
barunaniket
approved these changes
Aug 20, 2026
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
A complete UI/UX overhaul of the CP Arena workspace (
ArenaWorkspace), migrating from standard DOM scrolling to a constrained, LeetCode-style absolute split-pane layout. It fixes major UX issues (independent panel scrolling, UI camouflaging, and watermark tiling) and perfectly synchronizes the design language across the workspace and consent flow.Type of change
Related issues
Closes #
How was this tested?
20-80%boundary clamping on the resizable split panes.mecha-btntabs inverse correctly and do not camouflage into the background.npx tsc --noEmitandnpm run linton the codebase to ensure 0 errors.Checklist
npx tsc --noEmit,npm run lint,npm run test,npm run buildpackage-lock.jsonchanges (see CONTRIBUTING.md - the native-binding gotcha)npm run challenges:validatepasses and hiddentestsare strongNotes for reviewers
ticksand external label chip have been completely removed from the Problem-sideMechaPanelso that its header is perfectly symmetrical and flush with the Code Editor panel.ArenaRulescomponent on the Consent page now renders cleanly without double-border styling issues.mecha-tabsactive state was upgraded to a vibrant, glowing Bronze block to ensure maximum visibility in light mode.