Problem
DonateWidget shows "Donating X WETH to story #2" — but donations go to the author, not the story. Should show the author's identity.
Expected behavior
Replace story #2 with the author's display name or truncated address:
- If Farcaster identity available:
Donating 0.001 WETH to @username
- Fallback:
Donating 0.001 WETH to 0x0175...4dBf
Also update the subtitle: "Tip the author directly with WETH" is correct but could reinforce who the author is.
Acceptance Criteria
Files
src/components/DonateWidget.tsx — update props and display text
src/app/story/[storylineId]/page.tsx — pass author address/name to DonateWidget
Problem
DonateWidget shows "Donating X WETH to story #2" — but donations go to the author, not the story. Should show the author's identity.
Expected behavior
Replace
story #2with the author's display name or truncated address:Donating 0.001 WETH to @usernameDonating 0.001 WETH to 0x0175...4dBfAlso update the subtitle: "Tip the author directly with WETH" is correct but could reinforce who the author is.
Acceptance Criteria
0x0175...4dBf(first 6 + last 4)Files
src/components/DonateWidget.tsx— update props and display textsrc/app/story/[storylineId]/page.tsx— pass author address/name to DonateWidget