Skip to content

fix(audit): close UI/UX audit findings + per-resource OG cards#12

Merged
Pratiikpy merged 2 commits into
mainfrom
arb-sepolia-support
Jun 13, 2026
Merged

fix(audit): close UI/UX audit findings + per-resource OG cards#12
Pratiikpy merged 2 commits into
mainfrom
arb-sepolia-support

Conversation

@Pratiikpy

Copy link
Copy Markdown
Owner

Multi-agent UI/UX audit pass: 29 confirmed findings, zero blockers. Closes both safe majors (README conditional-invoice + resolver row, parity overclaim) and the OG-card major (per-resource unfurl for /pay /claim /shop /fund /conditional-invoice), plus 11 minors (status banner honesty, 3-chain live ticker, Wave-5 jargon strip, a11y landmarks/headings/contrast, tab title, glosses, de-dup counter).

Verification: app typecheck clean, api typecheck clean, voice clean (142 files), all co-located tests green (App 35, Onboarding 31, Live 27, GlobalCounter 14, Roadmap 22, HowItWorks 18, Features 22, new api/share/link 25).

Multi-agent audit pass (29 confirmed findings, zero blockers).

Majors:
- README: add conditional invoices + InvoiceApprovalResolver deploy row,
  soften the "same contract set on all three" overclaim (resolver is
  Arbitrum Sepolia only).
- Per-resource OG: new api/share/link endpoint + vercel rewrites so
  pasted /pay /claim /shop /fund /conditional-invoice links unfurl with
  a per-type card instead of the generic site card. Crawlers get meta;
  humans bounce to the SPA via ?app=1 (no redirect loop, no UI changes).

Minors:
- Status banner is sponsorship-aware: a low paymaster while RPC + CoFHE
  are green reads "Core services normal, gasless sponsorship running
  low" instead of red "degraded capacity".
- Live ticker names all three chains. Strip internal "Wave 5" jargon
  from whitepaper/roadmap/offramp/insights/proof-deck. Drop "Live"/
  "Fresh" real-time wording off the dated proof-deck snapshot.
- a11y: --ll-faint contrast fix, persistent underline on proof-deck
  receipt links, <main> landmark on status/proof-deck/conditional-
  invoice/onboarding, real <h1> on conditional-invoice + onboarding,
  conditional-invoice tab title, glossed ebool/quadratic, brand-kit
  aria fix, de-duplicated "connect to view live counter".
@vercel

vercel Bot commented Jun 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blank Ready Ready Preview, Comment Jun 13, 2026 4:02pm

The new resource-link OG endpoint pushed api/ to 13 serverless
functions; the deploy caps at 12 (#380), so the build passed but the
deploy was rejected. Move both handlers into _lib (not counted) behind a
single api/share/[kind].ts dispatcher: kind=proof (default) serves the
/v/:proofId unfurl, kind=link serves the resource-link unfurl. The
vercel.json destinations (/api/share/proof, /api/share/link) resolve to
the dynamic route unchanged.
@Pratiikpy
Pratiikpy merged commit 7e6ac38 into main Jun 13, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant