Skip to content

feat: Implement Creator Fee and Protocol Fee Formatting on Creator Detail Page#551

Open
T-kesh wants to merge 1 commit into
accesslayerorg:devfrom
T-kesh:feature/creator-fees-bps
Open

feat: Implement Creator Fee and Protocol Fee Formatting on Creator Detail Page#551
T-kesh wants to merge 1 commit into
accesslayerorg:devfrom
T-kesh:feature/creator-fees-bps

Conversation

@T-kesh

@T-kesh T-kesh commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

This PR addresses formatting issues on the Creator Detail Page. Specifically, we convert the creatorFeeBps and protocolFeeBps fields from basis points (bps) to formatted percentage strings (e.g. 500 bps -> 5% and 250 bps -> 2.5%) using a new bpsToPercent helper utility. We also create the Creator Detail Page, wire the routing, and provide unit and integration tests.
closes #529

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.

Add integration test for fee percentage display rendering correctly on creator detail page

1 participant