Skip to content

[#169] Add token symbol to donation stat on writer dashboard#174

Merged
realproject7 merged 1 commit intomainfrom
task/169-donation-symbol
Mar 16, 2026
Merged

[#169] Add token symbol to donation stat on writer dashboard#174
realproject7 merged 1 commit intomainfrom
task/169-donation-symbol

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Display RESERVE_LABEL (WETH on testnet / $PLOT on mainnet) next to donation amount in writer dashboard
  • Now reads "0.001 WETH (1)" instead of "0.001 (1)"

Fixes #169

Test plan

  • tsc --noEmit — zero errors
  • next build — clean
  • Writer dashboard donation stat shows token symbol

🤖 Generated with Claude Code

Display RESERVE_LABEL (WETH/PLOT) next to donation amount so it
reads "0.001 WETH (1)" instead of "0.001 (1)".

Fixes #169

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

T2b APPROVE

One-line fix. RESERVE_LABEL is the existing testnet/mainnet-aware constant. Correct and minimal.

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

This PR is a focused fix for issue #169: the writer dashboard donation stat now includes the reserve token symbol, which makes the value legible without changing unrelated behavior. The diff is minimal and validation is clean.

Findings

  • [info] No remaining blocking findings.
    • File: src/app/dashboard/writer/page.tsx:181
    • Suggestion: None.

Decision

Approving because the change directly addresses #169, stays tightly scoped to the donation stat display, and passes GitHub lint-and-typecheck plus local typecheck and build validation.

@realproject7 realproject7 merged commit 6252b6b into main Mar 16, 2026
1 check 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.

[QA-Bug] Donation stat on writer dashboard missing token symbol

2 participants