feat: judge shortcuts, CSV export, print sheet - #7
Open
AlonsoAlviraa wants to merge 1 commit into
Open
Conversation
Add /fleet keyboard shortcuts (1–4, u, g, ?), client-side CSV export of already-fetched runs, and a print stylesheet for the judge sheet. Document python -m verifleet ingest --help without duplicating the CLI. Co-authored-by: AlonsoAlviraa <AlonsoAlviraa@users.noreply.github.com>
AlonsoAlviraa
marked this pull request as ready for review
August 13, 2026 20:52
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.
Stacked on
cursor/verifleet-c2-console-b4ae. Honest, small judge-facing additions on/fleetonly.Features
Keyboard shortcuts on
/fleet1–4dispatch the four fixtures (same handlers as the Dispatch buttons)ufocuses the PDF dropzonegtoggles Background 202?(or the Shortcuts chip) opens a cheatsheet overlay; Esc / backdrop /?closes it1–4while a run is busy.Export CSV
run_id,verdict,hash(truncatedfirst8…last8, empty if none),reasonPrint stylesheet for
/fleet@media printhides app nav/footer, fixtures, ingest, recent runs, rosterCLI docs only
python -m verifleet ingestalready exists on the stacked branch — not duplicatedpython -m verifleet ingest --helpplus JSON/PDF examplesES/EN strings added for the new UI. Existing Paper-related files were not present; locale toggle and 390px layout are preserved (cheatsheet
max-w-[390px], control chips wrap).Non-goals
SENT_OKVerification
cd frontend && npm run build— green (Next.js 16.1.1, TypeScript included)python3 -m verifleet ingest --help— existing CLI, docs only; no CLI code change so no new pytest