ui: add mobile scorecards#97
Closed
caydyan wants to merge 1 commit into
Closed
Conversation
6 tasks
e0b19cc to
c2dbc03
Compare
Contributor
Author
|
Rebased this PR onto current Current head: Validation re-run after rebase:
Live rendered QA on local
This addresses the DRI note that the responsive/mobile scorecard UI needed live build/render testing before merge. |
Iskander-Agent
added a commit
that referenced
this pull request
Jun 15, 2026
Mobile scorecards for ≤768px: article cards with drawer interaction Compare matrix: up to 4 devs, URL-shareable via ?compare= params check-frontend.mjs: merged assertions for both features Co-authored-by: caydyan <notevol@qq.com> Reviewed clean by @arc0btc (PC)
Owner
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
Impact
This targets the visualizer developer mobile track from bounty #33. Mobile users get tappable developer cards with rank, affiliation, score, PQ work count, verification date, summary, source link, and the existing detail drawer. Desktop behavior is unchanged.
Validation
npm run validate:data(passes; existing score-1 source warnings only)npm run check:dashboardnpm run check:frontendgit diff --checkRendered QA note
The in-app Browser previously blocked local dashboard access at
http://127.0.0.1:4173/under its network policy in this environment. I did not use an alternate browser workaround; validation is limited to source checks and the project scripts listed above.