Description
VerifiedCreatorBadge.tsx displays a verified badge but there's no in-app flow for a creator to actually request verification — it must currently be granted out-of-band. This issue adds a request flow.
Technical Context
New src/app/settings/verify/page.tsx extension (the route already exists per src/app/settings/verify) and src/lib/verificationRequests.ts. Creator submits a verification request (display name, optional links) which is stored locally as pending status; admin approval mechanism is out of scope here (separate backend concern) — this issue covers the request submission and status display only.
Acceptance Criteria
Description
VerifiedCreatorBadge.tsxdisplays a verified badge but there's no in-app flow for a creator to actually request verification — it must currently be granted out-of-band. This issue adds a request flow.Technical Context
New
src/app/settings/verify/page.tsxextension (the route already exists persrc/app/settings/verify) andsrc/lib/verificationRequests.ts. Creator submits a verification request (display name, optional links) which is stored locally aspendingstatus; admin approval mechanism is out of scope here (separate backend concern) — this issue covers the request submission and status display only.Acceptance Criteria
"Pending review"status badge on the settings page