-
Notifications
You must be signed in to change notification settings - Fork 0
[M3-3b] Hover previews on project cards #97
Copy link
Copy link
Open
Labels
designVisual design and front-end work.Visual design and front-end work.infrastructureBuild system, tooling, and repository plumbing.Build system, tooling, and repository plumbing.milestone-3-designMilestone 3: Visual identity and design system.Milestone 3: Visual identity and design system.
Milestone
Description
Metadata
Metadata
Assignees
Labels
designVisual design and front-end work.Visual design and front-end work.infrastructureBuild system, tooling, and repository plumbing.Build system, tooling, and repository plumbing.milestone-3-designMilestone 3: Visual identity and design system.Milestone 3: Visual identity and design system.
Raised from the 2026-08-03 design review, and it keeps the site owner's original idea: rest on a project card (or tab into it) and a preview floats up — the paper's first page, or a screenshot of the docs site, plus two or three live facts (venue/DOI, CI status, scale).
The validated pattern is Wikipedia's page previews: rewarding curiosity cheaply, measured to increase precision of navigation (https://diff.wikimedia.org/2018/04/18/how-we-designed-page-previews-for-wikipedia/).
Why
pdftoppm, site thumbnails via the audit scripts' own headless-Chromium driver (scripts/js/_browser.mjs) — no external origin, nothing formake offline-auditto flag.Tasks
:hoverand:focus-within, dismissible with Escape (WCAG 1.4.13), never blocks the card's own links.Acceptance criteria
make design-auditandmake offline-auditgreen; images self-hosted.